Public Types | |
enum | eDemuxState { SEEN_NOTHING, SEEN_CMML_BOS, INVALID = 100 } |
Public Member Functions | |
OggDataBufferProcessor (void) | |
virtual bool | acceptOggPage (OggPage *inOggPage) |
Public Attributes | |
eDemuxState | mDemuxState |
unsigned long | mCMMLSerialNumber |
|
Definition at line 57 of file CMMLDump.cpp. |
|
Definition at line 71 of file CMMLDump.cpp. References SEEN_NOTHING. |
|
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 77 of file CMMLDump.cpp. References _tmain(), OggPage::getPacket(), OggPageHeader::GranulePos(), OggPage::header(), OggPageHeader::isBOS(), LOOG_INT64, mCMMLSerialNumber, mDemuxState, OggPage::numPackets(), OggPacket::packetData(), OggPacket::packetSize(), CMMLParser::parseClipTag(), CMMLParser::parseHeadTag(), SEEN_CMML_BOS, SEEN_NOTHING, OggPageHeader::StreamSerialNo(), C_CMMLTag::toString(), and StringHelper::toWStr(). |
Here is the call graph for this function:
|
Definition at line 65 of file CMMLDump.cpp. Referenced by acceptOggPage(). |
|
Definition at line 63 of file CMMLDump.cpp. Referenced by acceptOggPage(). |