#include <OggMuxStream.h>
Inheritance diagram for OggMuxStream:


Public Member Functions | |
| virtual bool | acceptOggPage (OggPage *inOggPage) |
| virtual LOOG_INT64 | frontTime () |
| LOOG_INT64 | granuleDenominator () |
| LOOG_INT64 | granuleNumerator () |
| virtual bool | isActive () |
| virtual bool | isEmpty () |
| virtual bool | isEOS () |
| virtual bool | isProcessable () |
| virtual unsigned long | numAvail () |
| virtual unsigned long | numHeaders () |
| OggMuxStream (INotifyArrival *inNotifier) | |
| virtual unsigned long | packetsSent () |
| virtual OggPage * | peekFront () |
| virtual OggPage * | popFront () |
| virtual bool | pushFront (OggPage *inOggPage) |
| virtual LOOG_INT64 | scaledFrontTime () |
| virtual bool | sentAllHeaders () |
| virtual bool | setConversionParams (LOOG_INT64 inNumerator, LOOG_INT64 inDenominator, LOOG_INT64 inScaleFactor) |
| virtual bool | setConversionParams (LOOG_INT64 inNumerator, LOOG_INT64 inDenominator, LOOG_INT64 inScaleFactor, LOOG_INT64 inTheoraLogKFI) |
| virtual void | setIsActive (bool inIsActive) |
| virtual void | setIsEOS (bool inIsEOS) |
| virtual void | setNumHeaders (unsigned long inNumHeaders) |
| virtual | ~OggMuxStream (void) |
Static Public Attributes | |
| const LOOG_INT64 | INT64_MAX = 9223372036854775807LL |
Protected Member Functions | |
| LOOG_INT64 | convertTime (LOOG_INT64 inGranulePos) |
Protected Attributes | |
| LOOG_INT64 | mConvDenominator |
| LOOG_INT64 | mConvNumerator |
| LOOG_INT64 | mConvScaleFactor |
| LOOG_INT64 | mConvTheoraLogKeyFrameInterval |
| bool | mIsActive |
| bool | mIsEOS |
| bool | mIsSensibleTime |
| INotifyArrival * | mNotifier |
| unsigned long | mNumHeaders |
| unsigned long | mPacketsSent |
| deque< OggPage * > | mPageQueue |
Private Member Functions | |
| OggMuxStream (const OggMuxStream &other) | |
| OggMuxStream & | operator= (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(). Referenced by pageCB(). |
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 200 of file OggMuxStream.cpp. Referenced by isProcessable(). |
|
|
Definition at line 166 of file OggMuxStream.cpp. References mPageQueue. Referenced by isProcessable(). |
|
|
Definition at line 169 of file OggMuxStream.cpp. Referenced by isProcessable(). |
|
|
Definition at line 187 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 145 of file OggMuxStream.cpp. Referenced by fixifyPage(). |
|
|
|
|
|
Definition at line 149 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 152 of file OggMuxStream.cpp. References mPacketsSent. Referenced by OggPageInterleaver::writeLowest(). |
|
||||||||||||||||
|
Definition at line 134 of file OggMuxStream.cpp. References mConvDenominator, mConvNumerator, mConvScaleFactor, and mIsSensibleTime. |
|
||||||||||||||||||||
|
Definition at line 157 of file OggMuxStream.cpp. References mConvDenominator, mConvNumerator, mConvScaleFactor, mConvTheoraLogKeyFrameInterval, and mIsSensibleTime. Referenced by OggMuxInputPin::SetMediaType(), AnxMuxInputPin::SetMediaType(), and setMuxState(). |
|
|
Definition at line 203 of file OggMuxStream.cpp. References mIsActive. Referenced by OggMuxInputPin::CompleteConnect(), AnxMuxInputPin::CompleteConnect(), and pageCB(). |
|
|
Definition at line 194 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 142 of file OggMuxStream.cpp. References mNumHeaders. Referenced by OggMuxInputPin::SetMediaType(), AnxMuxInputPin::SetMediaType(), and setMuxState(). |
|
|
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(). |
1.3.9