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