Adding stco and mdat functionality

This commit is contained in:
Erik Zandvliet 2011-01-24 13:11:57 +01:00
parent 2c177c4689
commit 4742862b08
6 changed files with 26 additions and 2 deletions

View file

@ -6,7 +6,7 @@ class Box_esds {
Box_esds( );
~Box_esds();
Box * GetBox();
void SetDataReferenceIndex( uint16_t DataReferenceIndex = 0);
void SetDataReferenceIndex( uint16_t DataReferenceIndex = 1);
void SetChannelCount( uint16_t Count = 2 );
void SetSampleSize( uint16_t Size = 16 );
private: