#include <OggSegmentTable.h>
Public Member Functions | |
OggSegmentTable () | |
~OggSegmentTable (void) | |
OggSegmentTable * | clone () |
unsigned long | setSegmentTable (const unsigned char *inSegTable, unsigned char inNumSegments) |
unsigned char * | segmentTable () |
unsigned char | numSegments () |
void | rawData (unsigned char *outData) |
Static Public Attributes | |
const int | MAX_NUM_SEGMENTS = 255 |
const int | MAX_SEGMENT_SIZE = 255 |
const int | SEGMENT_WIDTH = 1 |
Private Member Functions | |
unsigned long | calculateDataSize () |
Private Attributes | |
unsigned char * | mSegmentTable |
unsigned char | mNumSegments |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|