#include <IsoFileClasses.hpp>
Inheritance diagram for CompositionOffsetBox:
Public Member Functions | |
CompositionOffsetBox (unsigned_int8 version=0) | |
virtual | ~CompositionOffsetBox () |
void | decode (Byte *buffer, UInt32 count) |
void | encode (Byte **buffer, UInt32 *count) |
UInt32 | estimateSize () |
UInt32 | add_sample_offset (unsigned_int32 new_sample_offset) |
UInt32 | decode_sample_offset () |
Public Attributes | |
unsigned_int32 | entry_count |
Vector< unsigned_int32 > | sample_count |
Vector< unsigned_int32 > | sample_offset |
Vector< unsigned_int32 > | decoded_sample_offset |
unsigned_int32 | min_sample_offset |
unsigned_int32 | max_sample_offset |
CompositionOffsetBox::CompositionOffsetBox | ( | unsigned_int8 | version = 0 |
) |
CompositionOffsetBox::~CompositionOffsetBox | ( | ) | [virtual] |
UInt32 CompositionOffsetBox::add_sample_offset | ( | unsigned_int32 | new_sample_offset | ) |
void CompositionOffsetBox::decode | ( | Byte * | buffer, | |
UInt32 | count | |||
) | [virtual] |
UInt32 CompositionOffsetBox::decode_sample_offset | ( | ) |
Decode the differentially encoded CompositionOffsetBox::sample_offset to linear array of decoded_sample_offset, one entry corresponding to each sample
void CompositionOffsetBox::encode | ( | Byte ** | buffer, | |
UInt32 * | count | |||
) | [virtual] |
UInt32 CompositionOffsetBox::estimateSize | ( | ) | [virtual] |
Vector<unsigned_int32> CompositionOffsetBox::decoded_sample_offset |
Decoded differentially encoded CompositionOffsetBox::sample_offset in a linear array, one entry corresponding to each sample
unsigned_int32 CompositionOffsetBox::entry_count |
unsigned_int32 CompositionOffsetBox::max_sample_offset |
The max value in the decoded CompositionOffsetBox::sample_offset
unsigned_int32 CompositionOffsetBox::min_sample_offset |
The minimum value in the decoded CompositionOffsetBox::sample_offset
Vector<unsigned_int32> CompositionOffsetBox::sample_count |
Vector<unsigned_int32> CompositionOffsetBox::sample_offset |