Public Member Functions | |
| DummySink (MPEG1or2Demux &demux, Boolean returnFirstSeenCode) | |
| virtual | ~DummySink () |
Public Attributes | |
| char | watchVariable |
Private Member Functions | |
| virtual Boolean | continuePlaying () |
| void | afterGettingFrame1 () |
Static Private Member Functions | |
| static void | afterGettingFrame (void *clientData, unsigned frameSize, unsigned numTruncatedBytes, struct timeval presentationTime, unsigned durationInMicroseconds) |
Private Attributes | |
| MPEG1or2Demux & | fOurDemux |
| Boolean | fReturnFirstSeenCode |
| unsigned char | fBuf [10000] |
Definition at line 166 of file MPEG1or2FileServerDemux.cpp.
| DummySink::DummySink | ( | MPEG1or2Demux & | demux, | |
| Boolean | returnFirstSeenCode | |||
| ) |
Definition at line 212 of file MPEG1or2FileServerDemux.cpp.
| DummySink::~DummySink | ( | ) | [virtual] |
Definition at line 217 of file MPEG1or2FileServerDemux.cpp.
| Boolean DummySink::continuePlaying | ( | ) | [private, virtual] |
Definition at line 220 of file MPEG1or2FileServerDemux.cpp.
Referenced by afterGettingFrame1().
| void DummySink::afterGettingFrame | ( | void * | clientData, | |
| unsigned | frameSize, | |||
| unsigned | numTruncatedBytes, | |||
| struct timeval | presentationTime, | |||
| unsigned | durationInMicroseconds | |||
| ) | [static, private] |
Definition at line 227 of file MPEG1or2FileServerDemux.cpp.
Referenced by continuePlaying().
| void DummySink::afterGettingFrame1 | ( | ) | [private] |
Definition at line 235 of file MPEG1or2FileServerDemux.cpp.
Referenced by afterGettingFrame().
Definition at line 171 of file MPEG1or2FileServerDemux.cpp.
Referenced by afterPlayingDummySink(), and getMPEG1or2TimeCode().
MPEG1or2Demux& DummySink::fOurDemux [private] |
Definition at line 185 of file MPEG1or2FileServerDemux.cpp.
Referenced by afterGettingFrame1().
Boolean DummySink::fReturnFirstSeenCode [private] |
Definition at line 186 of file MPEG1or2FileServerDemux.cpp.
Referenced by afterGettingFrame1().
unsigned char DummySink::fBuf[10000] [private] |
Definition at line 187 of file MPEG1or2FileServerDemux.cpp.
Referenced by continuePlaying().
1.6.3