mistserver/MP4/box_mfhd.h
Erik Zandvliet 3fde290ed6 MFHD box
2011-02-08 15:31:00 +01:00

14 lines
260 B
C++

#include "box.h"
class Box_mfhd {
public:
Box_mfhd( );
~Box_mfhd();
Box * GetBox();
void SetSequenceNumber( uint32_t SequenceNumber = 1 );
private:
void SetDefaults( );
void SetReserved( );
Box * Container;
};//Box_ftyp Class