Skeleton for ABST box, all functionality removed for now.
This commit is contained in:
parent
17d6a04757
commit
2aa99228e8
2 changed files with 23 additions and 0 deletions
10
MP4/box_abst.h
Normal file
10
MP4/box_abst.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#include "box.h"
|
||||
|
||||
class Box_abst {
|
||||
public:
|
||||
Box_abst( );
|
||||
~Box_abst();
|
||||
Box * GetBox();
|
||||
private:
|
||||
Box * Container;
|
||||
};//Box_ftyp Class
|
Loading…
Add table
Add a link
Reference in a new issue