mistserver/MP4/box_hdlr.h
Erik Zandvliet 32d8f8b6f5 More boxes
2011-01-12 15:09:49 +01:00

14 lines
264 B
C++

#include "box.h"
class Box_hdlr {
public:
Box_hdlr( );
~Box_hdlr();
Box * GetBox();
void SetHandlerType( uint32_t HandlerType );
void SetName ( std::string Name );
private:
Box * Container;
void SetReserved( );
};//Box_ftyp Class