[Stable] Interface contains an UpdateContents() function, which updates all the contents of the boxes
This commit is contained in:
parent
1d56214cd1
commit
1c69d2dbc8
22 changed files with 40 additions and 23 deletions
|
|
@ -8,10 +8,10 @@ class Box_stco {
|
|||
~Box_stco();
|
||||
Box * GetBox();
|
||||
void AddOffset( uint32_t DataOffset, uint32_t Offset = 0 );
|
||||
void WriteContent( );
|
||||
private:
|
||||
Box * Container;
|
||||
|
||||
void WriteOffsets( );
|
||||
void SetReserved( );
|
||||
std::vector<uint32_t> Offsets;
|
||||
};//Box_ftyp Class
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue