Definition at line 34 of file MP3ADU.cpp.
Public Member Functions | |
| unsigned char * | dataStart () |
| unsigned | dataHere () |
Public Attributes | |
| unsigned char | buf [SegmentBufSize] |
| unsigned | frameSize |
| unsigned | descriptorSize |
| unsigned | sideInfoSize |
| unsigned | aduSize |
| unsigned | backpointer |
| struct timeval | presentationTime |
| unsigned | durationInMicroseconds |
Static Public Attributes | |
| static unsigned const | headerSize = 4 |
| unsigned char* Segment::dataStart | ( | ) | [inline] |
Definition at line 37 of file MP3ADU.cpp.
| unsigned Segment::dataHere | ( | ) |
Definition at line 501 of file MP3ADU.cpp.
Referenced by SegmentQueue::dequeue(), SegmentQueue::sqAfterGettingCommon(), and SegmentQueue::sqAfterGettingSegment().
| unsigned char Segment::buf[SegmentBufSize] |
Definition at line 36 of file MP3ADU.cpp.
Referenced by dataStart(), SegmentQueue::enqueueNewSegment(), SegmentQueue::insertDummyBeforeTail(), and SegmentQueue::sqAfterGettingCommon().
| unsigned Segment::frameSize |
Definition at line 38 of file MP3ADU.cpp.
Referenced by dataHere(), SegmentQueue::insertDummyBeforeTail(), SegmentQueue::sqAfterGettingCommon(), and SegmentQueue::sqAfterGettingSegment().
| unsigned Segment::descriptorSize |
Definition at line 41 of file MP3ADU.cpp.
Referenced by dataStart(), SegmentQueue::insertDummyBeforeTail(), SegmentQueue::sqAfterGettingCommon(), and SegmentQueue::sqAfterGettingSegment().
unsigned const Segment::headerSize = 4 [static] |
Definition at line 42 of file MP3ADU.cpp.
Referenced by dataHere(), and SegmentQueue::insertDummyBeforeTail().
| unsigned Segment::sideInfoSize |
Definition at line 43 of file MP3ADU.cpp.
Referenced by dataHere(), SegmentQueue::insertDummyBeforeTail(), SegmentQueue::sqAfterGettingCommon(), and SegmentQueue::sqAfterGettingSegment().
| unsigned Segment::aduSize |
Definition at line 43 of file MP3ADU.cpp.
Referenced by SegmentQueue::sqAfterGettingCommon(), and SegmentQueue::sqAfterGettingSegment().
| unsigned Segment::backpointer |
Definition at line 44 of file MP3ADU.cpp.
Referenced by SegmentQueue::sqAfterGettingCommon(), and SegmentQueue::sqAfterGettingSegment().
struct timeval Segment::presentationTime [read] |
| unsigned Segment::durationInMicroseconds |
1.5.5