Rialto  0.1
Rialto media pipeline API
Public Member Functions | List of all members
firebolt::rialto::IControlClient Class Referenceabstract

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...
 

Detailed Description

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.

Member Function Documentation

◆ notifyApplicationState()

virtual void firebolt::rialto::IControlClient::notifyApplicationState ( ApplicationState  state)
pure virtual

Notifies the client that rialto server reached new application state.

Parameters
[in]stateThe new application state.

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