|
MythTV
0.26-pre
|
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 |
Definition at line 34 of file MP3ADU.cpp.
| 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 nv_python_libs.vimeo.vimeo_api.CurlyRequest::_body_callback(), dataStart(), nv_python_libs.vimeo.vimeo_api.CurlyRequest::do_post_call(), nv_python_libs.vimeo.vimeo_api.CurlyRequest::do_request(), 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 |
Definition at line 46 of file MP3ADU.cpp.
Referenced by SegmentQueue::sqAfterGettingSegment().
| unsigned Segment::durationInMicroseconds |
Definition at line 47 of file MP3ADU.cpp.
Referenced by SegmentQueue::sqAfterGettingSegment().
1.7.6.1