26 #ifndef TAGLIB_VORBISCOMMENT_H 27 #define TAGLIB_VORBISCOMMENT_H 91 String title()
const override;
92 String artist()
const override;
93 String album()
const override;
94 String comment()
const override;
96 unsigned int year()
const override;
97 unsigned int track()
const override;
99 void setTitle(
const String &s)
override;
100 void setArtist(
const String &s)
override;
101 void setAlbum(
const String &s)
override;
102 void setComment(
const String &s)
override;
103 void setGenre(
const String &s)
override;
104 void setYear(
unsigned int i)
override;
105 void setTrack(
unsigned int i)
override;
107 bool isEmpty()
const override;
112 unsigned int fieldCount()
const;
170 StringList complexPropertyKeys()
const override;
177 static bool checkKey(
const String&);
192 void addField(
const String &key,
const String &value,
bool replace =
true);
199 void removeFields(
const String &key);
206 void removeFields(
const String &key,
const String &value);
213 void removeAllFields();
220 bool contains(
const String &key)
const;
229 ByteVector render(
bool addFramingBit =
true)
const;
246 void removeAllPictures();
264 class XiphCommentPrivate;
266 std::unique_ptr<XiphCommentPrivate> d;
A generic, implicitly shared list.
Definition: tlist.h:53
A map for format-independent <key,values> tag representations.
Definition: tpropertymap.h:122
A simple, generic interface to common audio metadata fields.
Definition: tag.h:48
A wide string class suitable for unicode.
Definition: tstring.h:82
A byte vector.
Definition: tbytevector.h:45
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
A generic, implicitly shared map.
Definition: tmap.h:44
A list of strings.
Definition: tstringlist.h:43
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
FLAC picture.
Definition: flacpicture.h:39
String TAGLIB_EXPORT genre(int index)
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41