Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
The playback client being controlled. More...
#include <IPlaybackControl.h>
Public Member Functions | |
virtual | ~IPlaybackCallback ()=default |
virtual void | SetPlaybackSpeed (double speed)=0 |
Set the playback speed. | |
virtual void | EnableInput (bool bEnable)=0 |
Enable/disable game input. | |
The playback client being controlled.
|
virtualdefault |
Enable/disable game input.
bEnable | True to enable input, false to disable input |
Implemented in KODI::RETRO::CRetroPlayer.
|
pure virtual |