|
char | getPostDiscontinuityIndicator () |
|
unsigned char | getContentId () |
|
uint64_t | getStcRef () |
|
uint64_t | getNptRef () |
|
short | getScaleNumerator () |
|
unsigned short | getScaleDenominator () |
|
void | setPostDiscontinuityIndicator (char indicator) |
|
void | setContentId (unsigned char id) |
|
void | setStcRef (uint64_t stc) |
|
void | setNptRef (uint64_t npt) |
|
void | setScaleNumerator (short numerator) |
|
void | setScaleDenominator (unsigned short denominator) |
|
| MpegDescriptor (unsigned char tag) |
|
char | addData (char *data, unsigned short length) |
|
unsigned char | isConsolidated () |
|
unsigned char | getDescriptorTag () |
|
unsigned char | getDescriptorLength () |
|
int | getStreamSize () |
|
int | getStream (char **dataStream) |
|
void | setDescriptorTag (unsigned char tag) |
|
|
virtual int | process () |
|
int | updateStream () |
|
unsigned int | calculateDescriptorSize () |
|
|
char | postDiscontinuityIndicator |
|
unsigned char | contentId |
|
uint64_t | stcRef |
|
uint64_t | nptRef |
|
short | scaleNumerator |
|
unsigned short | scaleDenominator |
|
unsigned char | descriptorTag |
|
unsigned char | descriptorLength |
|
char * | stream |
|
unsigned short | currentSize |
|
The documentation for this class was generated from the following files:
- gingacc-dataprocessing/include/dataprocessing/dsmcc/npt/NPTReference.h
- gingacc-dataprocessing/src/dsmcc/npt/NPTReference.cpp