#include <IsoFileClasses.hpp>
Inheritance diagram for ChunkOffsetBox:
Public Member Functions | |
ChunkOffsetBox (unsigned_int8 version=0) | |
virtual | ~ChunkOffsetBox () |
void | decode (Byte *buffer, UInt32 count) |
void | encode (Byte **buffer, UInt32 *count) |
UInt32 | estimateSize () |
UInt32 | add_chunk_offset (unsigned_int32 chunk_offset) |
Public Attributes | |
unsigned_int32 | entry_count |
Vector< unsigned_int32 > | chunk_offset |
ChunkOffsetBox::ChunkOffsetBox | ( | unsigned_int8 | version = 0 |
) |
ChunkOffsetBox::~ChunkOffsetBox | ( | ) | [virtual] |
UInt32 ChunkOffsetBox::add_chunk_offset | ( | unsigned_int32 | chunk_offset | ) |
void ChunkOffsetBox::decode | ( | Byte * | buffer, | |
UInt32 | count | |||
) | [virtual] |
void ChunkOffsetBox::encode | ( | Byte ** | buffer, | |
UInt32 * | count | |||
) | [virtual] |
UInt32 ChunkOffsetBox::estimateSize | ( | ) | [virtual] |
Vector<unsigned_int32> ChunkOffsetBox::chunk_offset |
unsigned_int32 ChunkOffsetBox::entry_count |