#include <IProcessesStream.h>
Inheritance diagram for mx::IProcessesStream:
Public Member Functions | |
virtual void | setStreamSource (IStreamSource *stream_source)=0 |
[Config Phase] Can only be called once - sets the stream source; ownership will be assumed. | |
virtual int | processStreamBytes (int num)=0 |
Processes at most num bytes of raw stream data, and returns the number of bytes actually processed. | |
virtual bool | sourceStillUp ()=0 |
Returns whether or not the attached stream source is still operational ("up"). |
[khe]
Kai Hergenroether