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

@ -8,6 +8,7 @@ class Box_stco {
~Box_stco();
Box * GetBox();
void AddOffset( uint32_t DataOffset, uint32_t Offset = 0 );
void SetOffsets( std::vector<uint32_t> NewOffsets );
void WriteContent( );
private:
Box * Container;