UgCS video streamer
Public Member Functions | List of all members
Streamer::EventsListener Class Referenceabstract

#include <streamer.h>

Public Member Functions

virtual void OnStatus (Status status)=0
 
virtual void OnQueueOverflow (bool status)=0
 

Detailed Description

Handler methods are called in a dedicated thread.

Member Function Documentation

◆ OnQueueOverflow()

virtual void Streamer::EventsListener::OnQueueOverflow ( bool  status)
pure virtual

Called when queue is overflowed or when it is consumed again.

Parameters
statusTrue when overflowed, false when back in normal state.

◆ OnStatus()

virtual void Streamer::EventsListener::OnStatus ( Status  status)
pure virtual

Called on streamer status change.


The documentation for this class was generated from the following file: