1 #ifndef MPEG4DESCRIPTOR_H 2 #define MPEG4DESCRIPTOR_H 4 #include "../genericfileelement.h" 11 class Mpeg4Descriptor;
54 Mpeg4Descriptor(containerType& container, uint64 startOffset, uint64 maxSize);
56 std::string idToString()
const;
57 bool isParent()
const;
58 bool isPadding()
const;
59 uint64 firstChildOffset()
const;
67 std::string parsingContext()
const;
77 return m_firstChild !=
nullptr;
95 return firstChild() ? firstChild()->startOffset() - startOffset() : 0;
100 #endif // MPEG4DESCRIPTOR_H
#define TAG_PARSER_EXPORT
Marks the symbol to be exported by the tagparser library.