#include <IsoFileClasses.hpp>
Inheritance diagram for DataReferenceBox:
Public Member Functions | |
DataReferenceBox (bit24 flags, unsigned_int8 version=0) | |
virtual | ~DataReferenceBox () |
void | decode (Byte *buffer, UInt32 count) |
void | encode (Byte **buffer, UInt32 *count) |
UInt32 | estimateSize () |
Box * | addNewBox (const char *type) |
Public Attributes | |
unsigned_int32 | entry_count |
DataReferenceBox::DataReferenceBox | ( | bit24 | flags, | |
unsigned_int8 | version = 0 | |||
) |
DataReferenceBox::~DataReferenceBox | ( | ) | [virtual] |
Box * DataReferenceBox::addNewBox | ( | const char * | type | ) | [virtual] |
Add DataEntryUrnBox/DataEntryUrlBox
Reimplemented from ClassContainer.
void DataReferenceBox::decode | ( | Byte * | buffer, | |
UInt32 | count | |||
) | [virtual] |
void DataReferenceBox::encode | ( | Byte ** | buffer, | |
UInt32 * | count | |||
) | [virtual] |
UInt32 DataReferenceBox::estimateSize | ( | ) | [virtual] |
unsigned_int32 DataReferenceBox::entry_count |