1 #ifndef MEDIA_MP4CONTAINER_H 2 #define MEDIA_MP4CONTAINER_H 8 #include "../genericcontainer.h" 10 #include <c++utilities/conversion/types.h> 25 bool supportsTrackModifications()
const;
26 bool isFragmented()
const;
32 void internalParseHeader();
33 void internalParseTags();
34 void internalParseTracks();
35 void internalMakeFile();
38 void updateOffsets(
const std::vector<int64> &oldMdatOffsets,
const std::vector<int64> &newMdatOffsets);
59 #endif // MEDIA_MP4CONTAINER_H
#define TAG_PARSER_EXPORT
Marks the symbol to be exported by the tagparser library.