Added (simplistic) compatibility for QuickTime-style ISOBMF files

This commit is contained in:
Thulinma 2022-11-18 02:17:53 +01:00
parent 7c36de707f
commit a2700aad17
2 changed files with 28 additions and 7 deletions

View file

@ -714,6 +714,7 @@ namespace MP4{
///\todo set default values
AudioSampleEntry();
AudioSampleEntry(const DTSC::Meta &M, size_t idx);
uint16_t getVersion() const;
void initialize();
void setCodec(const char *newCodec);
void setChannelCount(uint16_t newChannelCount);
@ -725,6 +726,7 @@ namespace MP4{
void setSampleRate(uint32_t newSampleRate);
uint16_t toAACInit();
uint32_t getSampleRate();
size_t getBoxOffset() const;
void setCodecBox(Box &newBox);
Box &getCodecBox();
Box &getSINFBox(); /*LTS*/