#include <OggMuxStream.h>
Inheritance diagram for OggMuxStream:
Public Member Functions | |
OggMuxStream (INotifyArrival *inNotifier) | |
virtual | ~OggMuxStream (void) |
virtual bool | acceptOggPage (OggPage *inOggPage) |
virtual bool | pushFront (OggPage *inOggPage) |
virtual OggPage * | popFront () |
virtual OggPage * | peekFront () |
virtual unsigned long | numAvail () |
virtual LOOG_INT64 | frontTime () |
virtual LOOG_INT64 | scaledFrontTime () |
virtual bool | isEmpty () |
virtual bool | isEOS () |
virtual bool | isProcessable () |
virtual void | setIsEOS (bool inIsEOS) |
virtual bool | isActive () |
virtual void | setIsActive (bool inIsActive) |
virtual bool | setConversionParams (LOOG_INT64 inNumerator, LOOG_INT64 inDenominator, LOOG_INT64 inScaleFactor, LOOG_INT64 inTheoraLogKFI) |
virtual bool | setConversionParams (LOOG_INT64 inNumerator, LOOG_INT64 inDenominator, LOOG_INT64 inScaleFactor) |
virtual void | setNumHeaders (unsigned long inNumHeaders) |
virtual unsigned long | numHeaders () |
virtual unsigned long | packetsSent () |
virtual bool | sentAllHeaders () |
LOOG_INT64 | granuleNumerator () |
LOOG_INT64 | granuleDenominator () |
Static Public Attributes | |
const LOOG_INT64 | INT64_MAX = 9223372036854775807LL |
Protected Member Functions | |
LOOG_INT64 | convertTime (LOOG_INT64 inGranulePos) |
Protected Attributes | |
INotifyArrival * | mNotifier |
bool | mIsEOS |
bool | mIsActive |
bool | mIsSensibleTime |
LOOG_INT64 | mConvNumerator |
LOOG_INT64 | mConvDenominator |
LOOG_INT64 | mConvScaleFactor |
LOOG_INT64 | mConvTheoraLogKeyFrameInterval |
unsigned long | mNumHeaders |
unsigned long | mPacketsSent |
deque< OggPage * > | mPageQueue |
Private Member Functions | |
OggMuxStream & | operator= (const OggMuxStream &other) |
OggMuxStream (const OggMuxStream &other) |
|
Definition at line 34 of file OggMuxStream.cpp. |
|
Definition at line 49 of file OggMuxStream.cpp. |
|
|
|
All callers to acceptOggPage give away their pointer to this function. All methods implementing this interface are responsible for deleting this page. All callers should NULL their pointer immediately after calling to avoid reusing them. Implements IOggCallback. Definition at line 63 of file OggMuxStream.cpp. References mNotifier, mPageQueue, and INotifyArrival::notifyArrival(). |
Here is the call graph for this function:
|
Definition at line 116 of file OggMuxStream.cpp. References LOOG_INT64, mConvScaleFactor, and mConvTheoraLogKeyFrameInterval. Referenced by scaledFrontTime(). |
|
Definition at line 103 of file OggMuxStream.cpp. References OggPageHeader::GranulePos(), OggPage::header(), LOOG_INT64, and mPageQueue. Referenced by scaledFrontTime(). |
Here is the call graph for this function:
|
Definition at line 57 of file OggMuxStream.cpp. References LOOG_INT64. |
|
Definition at line 54 of file OggMuxStream.cpp. References LOOG_INT64. |
|
Definition at line 205 of file OggMuxStream.cpp. Referenced by isProcessable(). |
|
Definition at line 171 of file OggMuxStream.cpp. References mPageQueue. Referenced by isProcessable(). |
|
Definition at line 174 of file OggMuxStream.cpp. Referenced by isProcessable(). |
|
Definition at line 192 of file OggMuxStream.cpp. References isActive(), isEmpty(), and isEOS(). |
Here is the call graph for this function:
|
Definition at line 60 of file OggMuxStream.cpp. References mPageQueue. |
|
Definition at line 150 of file OggMuxStream.cpp. |
|
|
|
Definition at line 154 of file OggMuxStream.cpp. Referenced by OggPageInterleaver::writeLowest(). |
|
Definition at line 95 of file OggMuxStream.cpp. References mPageQueue. |
|
Definition at line 86 of file OggMuxStream.cpp. References mPacketsSent, and mPageQueue. Referenced by OggPageInterleaver::writeLowest(). |
|
Definition at line 79 of file OggMuxStream.cpp. References mIsEOS, mNotifier, mPageQueue, and INotifyArrival::notifyArrival(). |
Here is the call graph for this function:
|
Definition at line 111 of file OggMuxStream.cpp. References convertTime(), frontTime(), and LOOG_INT64. Referenced by OggPageInterleaver::writeLowest(). |
Here is the call graph for this function:
|
Definition at line 157 of file OggMuxStream.cpp. References mPacketsSent. Referenced by OggPageInterleaver::writeLowest(). |
|
Definition at line 139 of file OggMuxStream.cpp. References mConvDenominator, mConvNumerator, mConvScaleFactor, and mIsSensibleTime. |
|
Definition at line 162 of file OggMuxStream.cpp. References mConvDenominator, mConvNumerator, mConvScaleFactor, mConvTheoraLogKeyFrameInterval, and mIsSensibleTime. Referenced by OggMuxInputPin::SetMediaType(), and AnxMuxInputPin::SetMediaType(). |
|
Definition at line 208 of file OggMuxStream.cpp. References mIsActive. Referenced by OggMuxInputPin::CompleteConnect(), and AnxMuxInputPin::CompleteConnect(). |
|
Definition at line 199 of file OggMuxStream.cpp. References mIsEOS, mNotifier, and INotifyArrival::notifyArrival(). Referenced by OggMuxInputPin::EndOfStream(). |
Here is the call graph for this function:
|
Definition at line 147 of file OggMuxStream.cpp. References mNumHeaders. Referenced by OggMuxInputPin::SetMediaType(), and AnxMuxInputPin::SetMediaType(). |
|
Definition at line 53 of file OggMuxStream.h. |
|
Definition at line 97 of file OggMuxStream.h. Referenced by setConversionParams(). |
|
Definition at line 96 of file OggMuxStream.h. Referenced by setConversionParams(). |
|
Definition at line 98 of file OggMuxStream.h. Referenced by convertTime(), and setConversionParams(). |
|
Definition at line 99 of file OggMuxStream.h. Referenced by convertTime(), and setConversionParams(). |
|
Definition at line 93 of file OggMuxStream.h. Referenced by setIsActive(). |
|
Definition at line 92 of file OggMuxStream.h. Referenced by pushFront(), and setIsEOS(). |
|
Definition at line 94 of file OggMuxStream.h. Referenced by setConversionParams(). |
|
Definition at line 89 of file OggMuxStream.h. Referenced by acceptOggPage(), pushFront(), and setIsEOS(). |
|
Definition at line 101 of file OggMuxStream.h. Referenced by setNumHeaders(). |
|
Definition at line 102 of file OggMuxStream.h. Referenced by popFront(), and sentAllHeaders(). |
|
Definition at line 105 of file OggMuxStream.h. Referenced by acceptOggPage(), frontTime(), isEmpty(), numAvail(), peekFront(), popFront(), and pushFront(). |