More boxes

This commit is contained in:
Erik Zandvliet 2011-01-12 15:09:49 +01:00
parent 4738624b3e
commit 32d8f8b6f5
6 changed files with 83 additions and 2 deletions

15
MP4/box_vmhd.h Normal file
View 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