#include <IAsyncStreamSource.h>
Inheritance diagram for mx::IAsyncStreamSource:
Public Member Functions | |
virtual mxmQtSignal | streamBytesAvailableSignal () const =0 |
Returns the Qt signal that is emitted when new stream bytes become available at the stream source. | |
virtual bool | waitForStreamBytes (int timeout_ms=0)=0 |
Blocks until new stream bytes become available. |
[khe]
Kai Hergenroether
|
Returns the
Requirement: When a context reads the source "empty" (until IStreamSource::fetchStreamBytes() reports
Implemented in mx::HTTPGetStreamSourceCore. |
|
Blocks until new stream bytes become available.
Implemented in mx::HTTPGetStreamSource. |