|
UgCS video streamer
|
#include <streamer.h>
Public Member Functions | |
| virtual void | OnStatus (Status status)=0 |
| virtual void | OnQueueOverflow (bool status)=0 |
Handler methods are called in a dedicated thread.
|
pure virtual |
Called when queue is overflowed or when it is consumed again.
| status | True when overflowed, false when back in normal state. |
|
pure virtual |
Called on streamer status change.
1.8.17