#include <IsoFileClasses.hpp>
Inheritance diagram for SampleSizeBox:
Public Member Functions | |
SampleSizeBox (unsigned_int8 version=0) | |
virtual | ~SampleSizeBox () |
void | decode (Byte *buffer, UInt32 count) |
void | encode (Byte **buffer, UInt32 *count) |
UInt32 | estimateSize () |
UInt32 | add_sample_size (unsigned_int32 new_sample_size) |
Public Attributes | |
unsigned_int32 | sample_size |
unsigned_int32 | sample_count |
Vector< unsigned_int32 > | entry_size |
SampleSizeBox::SampleSizeBox | ( | unsigned_int8 | version = 0 |
) |
SampleSizeBox::~SampleSizeBox | ( | ) | [virtual] |
UInt32 SampleSizeBox::add_sample_size | ( | unsigned_int32 | new_sample_size | ) |
void SampleSizeBox::decode | ( | Byte * | buffer, | |
UInt32 | count | |||
) | [virtual] |
void SampleSizeBox::encode | ( | Byte ** | buffer, | |
UInt32 * | count | |||
) | [virtual] |
UInt32 SampleSizeBox::estimateSize | ( | ) | [virtual] |
Vector<unsigned_int32> SampleSizeBox::entry_size |
unsigned_int32 SampleSizeBox::sample_count |
unsigned_int32 SampleSizeBox::sample_size |