Adding stco and mdat functionality
This commit is contained in:
parent
2c177c4689
commit
4742862b08
6 changed files with 26 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue