xbmc
|
The playback client being controlled. More...
#include <IPlaybackControl.h>
Public Member Functions | |
virtual void | SetPlaybackSpeed (double speed)=0 |
Set the playback speed. More... | |
virtual void | EnableInput (bool bEnable)=0 |
Enable/disable game input. More... | |
The playback client being controlled.
|
pure virtual |
Enable/disable game input.
bEnable | True to enable input, false to disable input |
Implemented in KODI::RETRO::CRetroPlayer.
|
pure virtual |