Rialto
0.1
Rialto media pipeline API
|
Go to the documentation of this file.
20 #ifndef FIREBOLT_RIALTO_I_WEB_AUDIO_PLAYER_CLIENT_H_
21 #define FIREBOLT_RIALTO_I_WEB_AUDIO_PLAYER_CLIENT_H_
36 namespace firebolt::rialto
70 #endif // FIREBOLT_RIALTO_I_WEB_AUDIO_PLAYER_CLIENT_H_
virtual void notifyState(WebAudioPlayerState state)=0
Notifies the client of the playback state.
The Rialto web audio client interface.
Definition: IWebAudioPlayerClient.h:45
virtual ~IWebAudioPlayerClient()
Virtual destructor.
Definition: IWebAudioPlayerClient.h:51