More boxes
This commit is contained in:
parent
4738624b3e
commit
32d8f8b6f5
6 changed files with 83 additions and 2 deletions
15
MP4/box_vmhd.h
Normal file
15
MP4/box_vmhd.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#include "box.h"
|
||||
|
||||
class Box_vmhd {
|
||||
public:
|
||||
Box_vmhd( );
|
||||
~Box_vmhd();
|
||||
Box * GetBox();
|
||||
void SetGraphicsMode( uint16_t GraphicsMode = 0 );
|
||||
void SetOpColor( uint16_t Red = 0, uint16_t Green = 0, uint16_t Blue = 0);
|
||||
private:
|
||||
Box * Container;
|
||||
void SetReserved( );
|
||||
void SetDefaults( );
|
||||
};//Box_ftyp Class
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue