Boxed updates
This commit is contained in:
parent
0fcc1c483d
commit
4738624b3e
17 changed files with 269 additions and 17 deletions
11
MP4/box_url.h
Normal file
11
MP4/box_url.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#include "box.h"
|
||||
|
||||
class Box_url {
|
||||
public:
|
||||
Box_url( );
|
||||
~Box_url();
|
||||
Box * GetBox();
|
||||
private:
|
||||
Box * Container;
|
||||
};//Box_ftyp Class
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue