Rialto
0.1
Rialto media pipeline API
|
The Rialto control client interface. More...
#include <IControlClient.h>
Public Member Functions | |
virtual | ~IControlClient ()=default |
Virtual destructor. | |
virtual void | notifyApplicationState (ApplicationState state)=0 |
Notifies the client that rialto server reached new application state. More... | |
The Rialto control client interface.
This is The Rialto control client abstract base class. It should be implemented by any object that wishes to be notified by changes in the state of the rialto server.
|
pure virtual |
Notifies the client that rialto server reached new application state.
[in] | state | The new application state. |