MOOF and TRAF boxes created
This commit is contained in:
parent
2aa99228e8
commit
26fedaac9c
5 changed files with 110 additions and 0 deletions
|
@ -5,6 +5,10 @@ class Box_abst {
|
|||
Box_abst( );
|
||||
~Box_abst();
|
||||
Box * GetBox();
|
||||
|
||||
private:
|
||||
uint8_t curProfile;
|
||||
bool isLive;
|
||||
bool isUpdate;
|
||||
Box * Container;
|
||||
};//Box_ftyp Class
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue