#include <IsoFileClasses.hpp>
Inheritance diagram for FileTypeBox:
Public Member Functions | |
FileTypeBox () | |
virtual | ~FileTypeBox () |
void | decode (Byte *buffer, UInt32 count) |
void | encode (Byte **buffer, UInt32 *count) |
UInt32 | estimateSize () |
Public Attributes | |
unsigned_int32 | major_brand |
unsigned_int32 | minor_version |
Vector< unsigned_int32 > | compatible_brands |
FileTypeBox::FileTypeBox | ( | ) |
FileTypeBox::~FileTypeBox | ( | ) | [virtual] |
void FileTypeBox::decode | ( | Byte * | buffer, | |
UInt32 | count | |||
) | [virtual] |
void FileTypeBox::encode | ( | Byte ** | buffer, | |
UInt32 * | count | |||
) | [virtual] |
UInt32 FileTypeBox::estimateSize | ( | ) | [virtual] |
Vector<unsigned_int32> FileTypeBox::compatible_brands |
unsigned_int32 FileTypeBox::major_brand |
unsigned_int32 FileTypeBox::minor_version |