#include <INotifyArrival.h>
Inheritance diagram for INotifyArrival:
Public Member Functions | |
INotifyArrival (void) | |
virtual | ~INotifyArrival (void) |
virtual void | notifyArrival ()=0 |
Implement this to be notified when "something" arrives. |
|
Definition at line 37 of file INotifyArrival.h. |
|
Definition at line 38 of file INotifyArrival.h. |
|
Implement this to be notified when "something" arrives.
Implemented in OggPageInterleaver. Referenced by OggMuxStream::acceptOggPage(), OggMuxStream::pushFront(), and OggMuxStream::setIsEOS(). |