1 #ifndef MEDIA_VORBISCOMMENT_H 2 #define MEDIA_VORBISCOMMENT_H 6 #include "../caseinsensitivecomparer.h" 7 #include "../fieldbasedtag.h" 8 #include "../mediaformat.h" 21 const char *typeName()
const;
28 KnownField knownField(
const std::string &
id)
const;
35 void setVendor(
const TagValue &vendor);
38 template<
class StreamType>
58 return "Vorbis comment";
91 #endif // MEDIA_VORBISCOMMENT_H
#define TAG_PARSER_EXPORT
Marks the symbol to be exported by the tagparser library.