20#ifndef FIREBOLT_RIALTO_I_WEB_AUDIO_PLAYER_CLIENT_H_
21#define FIREBOLT_RIALTO_I_WEB_AUDIO_PLAYER_CLIENT_H_
36namespace firebolt::rialto
The Rialto web audio client interface.
Definition IWebAudioPlayerClient.h:46
virtual ~IWebAudioPlayerClient()
Virtual destructor.
Definition IWebAudioPlayerClient.h:51
virtual void notifyState(WebAudioPlayerState state)=0
Notifies the client of the playback state.