[Stable] Interface contains an UpdateContents() function, which updates all the contents of the boxes

This commit is contained in:
Erik Zandvliet 2011-01-23 15:52:20 +01:00
parent 1d56214cd1
commit 1c69d2dbc8
22 changed files with 40 additions and 23 deletions

View file

@ -8,11 +8,11 @@ class Box_stsd {
~Box_stsd();
Box * GetBox();
void AddContent( Box * newcontent, uint32_t offset = 0 );
void WriteContent();
private:
Box * Container;
void SetReserved();
void WriteContent();
std::vector<Box *> Content;
};//Box_ftyp Class