1 #ifndef MEDIA_MATROSKATAG_H 2 #define MEDIA_MATROSKATAG_H 7 #include "../fieldbasedtag.h" 19 void make(std::ostream &stream)
const;
21 uint64 requiredSize()
const;
28 uint64 m_simpleTagsSize;
29 std::vector<MatroskaTagFieldMaker> m_maker;
58 const char *typeName()
const;
61 bool supportsTarget()
const;
65 KnownField knownField(
const std::string &
id)
const;
69 void make(std::ostream &stream);
98 return "Matroska tag";
113 #endif // MEDIA_MATROSKATAG_H
#define TAG_PARSER_EXPORT
Marks the symbol to be exported by the tagparser library.