Public Member Functions | |
EbmlId (const binary aValue[4], const unsigned int aLength) | |
EbmlId (const uint32 aValue, const unsigned int aLength) | |
bool | operator== (const EbmlId &TestId) const |
bool | operator!= (const EbmlId &TestId) const |
void | Fill (binary *Buffer) const |
size_t | GetLength () const |
uint32 | GetValue () const |
Public Attributes | |
uint32 | Value |
size_t | Length |