#include <IsoFileClasses.hpp>
Inheritance diagram for DataEntryUrlBox:
Public Member Functions | |
DataEntryUrlBox (bit24 flags, unsigned_int8 version=0) | |
virtual | ~DataEntryUrlBox () |
void | decode (Byte *buffer, UInt32 count) |
void | encode (Byte **buffer, UInt32 *count) |
UInt32 | estimateSize () |
void | set_location (string new_location) |
Public Attributes | |
string | location |
UInt32 | locationSize |
DataEntryUrlBox::DataEntryUrlBox | ( | bit24 | flags, | |
unsigned_int8 | version = 0 | |||
) |
DataEntryUrlBox::~DataEntryUrlBox | ( | ) | [virtual] |
void DataEntryUrlBox::decode | ( | Byte * | buffer, | |
UInt32 | count | |||
) | [virtual] |
void DataEntryUrlBox::encode | ( | Byte ** | buffer, | |
UInt32 * | count | |||
) | [virtual] |
UInt32 DataEntryUrlBox::estimateSize | ( | ) | [virtual] |
void DataEntryUrlBox::set_location | ( | string | new_location | ) |
Set ISO/IEC 14496-12:2005(E) DataEntryUrlBox::location
new_location | NULL terminated location string |
string DataEntryUrlBox::location |