mp4a turns out to be a media type, associated box is esds
This commit is contained in:
parent
58b38d2c14
commit
525a651b70
2 changed files with 0 additions and 0 deletions
18
MP4/box_esds.h
Normal file
18
MP4/box_esds.h
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#include "box.h"
|
||||
#include <string>
|
||||
|
||||
class Box_mp4a {
|
||||
public:
|
||||
Box_mp4a( );
|
||||
~Box_mp4a();
|
||||
Box * GetBox();
|
||||
void SetDataReferenceIndex( uint16_t DataReferenceIndex = 0);
|
||||
void SetChannelCount( uint16_t Count = 2 );
|
||||
void SetSampleSize( uint16_t Size = 16 );
|
||||
private:
|
||||
Box * Container;
|
||||
|
||||
void SetReserved( );
|
||||
void SetDefaults( );
|
||||
};//Box_ftyp Class
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue