Added (simplistic) compatibility for QuickTime-style ISOBMF files
This commit is contained in:
parent
7c36de707f
commit
a2700aad17
2 changed files with 28 additions and 7 deletions
|
@ -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*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue