#include <mp4_generic.h>
| MP4::Descriptor::Descriptor |
( |
| ) |
|
| MP4::Descriptor::Descriptor |
( |
const char * |
pointer, |
|
|
const unsigned long |
length, |
|
|
const bool |
master = false |
|
) |
| |
| MP4::Descriptor::Descriptor |
( |
| ) |
|
| MP4::Descriptor::Descriptor |
( |
const char * |
pointer, |
|
|
const unsigned long |
length, |
|
|
const bool |
master = false |
|
) |
| |
| char * MP4::Descriptor::getData |
( |
| ) |
|
Returns pointer to start of internal data.
| char* MP4::Descriptor::getData |
( |
| ) |
|
Returns pointer to start of internal data.
| unsigned long MP4::Descriptor::getDataSize |
( |
| ) |
|
Get internal size of descriptor.
| unsigned long MP4::Descriptor::getDataSize |
( |
| ) |
|
Get internal size of descriptor.
| unsigned long MP4::Descriptor::getFullSize |
( |
| ) |
|
Get external size of descriptor.
| unsigned long MP4::Descriptor::getFullSize |
( |
| ) |
|
Get external size of descriptor.
| char MP4::Descriptor::getTag |
( |
| ) |
|
| char MP4::Descriptor::getTag |
( |
| ) |
|
| void MP4::Descriptor::resize |
( |
unsigned long |
t | ) |
|
| void MP4::Descriptor::resize |
( |
unsigned long |
t | ) |
|
| void MP4::Descriptor::setTag |
( |
char |
t | ) |
|
| void MP4::Descriptor::setTag |
( |
char |
t | ) |
|
| std::string MP4::Descriptor::toPrettyString |
( |
uint32_t |
indent = 0 | ) |
|
put it into a pretty string
| std::string MP4::Descriptor::toPrettyString |
( |
uint32_t |
indent = 0 | ) |
|
put it into a pretty string
| char * MP4::Descriptor::data |
|
protected |
Pointer to data in memory.
| bool MP4::Descriptor::master |
|
protected |
| unsigned long MP4::Descriptor::size |
|
protected |
The documentation for this class was generated from the following files: