1 #ifndef MEDIA_MATROSKAATTACHMENT_H 2 #define MEDIA_MATROSKAATTACHMENT_H 4 #include "../abstractattachment.h" 9 class MatroskaAttachment;
16 void make(std::ostream &stream)
const;
18 uint64 requiredSize()
const;
19 void bufferCurrentAttachments();
25 uint64 m_attachedFileElementSize;
52 void make(std::ostream &stream);
65 m_attachedFileElement(nullptr)
73 return m_attachedFileElement;
93 #endif // MEDIA_MATROSKAATTACHMENT_H
#define TAG_PARSER_EXPORT
Marks the symbol to be exported by the tagparser library.