#include <OggPageInterleaver.h>
Inherits INotifyArrival.
Inheritance diagram for OggPageInterleaver:
Public Member Functions | |
OggPageInterleaver (IOggCallback *inFileWriter, INotifyComplete *inNotifier) | |
virtual | ~OggPageInterleaver (void) |
virtual OggMuxStream * | newStream () |
virtual void | processData () |
virtual void | writeLowest () |
virtual bool | isProcessable () |
virtual bool | isAllEOS () |
virtual bool | isAllEmpty () |
virtual void | notifyArrival () |
Protected Attributes | |
vector< OggMuxStream * > | mInputStreams |
IOggCallback * | mFileWriter |
INotifyComplete * | mNotifier |
Private Member Functions | |
OggPageInterleaver & | operator= (const OggPageInterleaver &other) |
OggPageInterleaver (const OggPageInterleaver &other) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements INotifyArrival. |
|
|
|
|
|
|
|
|
|
|
|
|