xbmc
Public Member Functions | List of all members
KODI::RETRO::IPlaybackCallback Class Referenceabstract

The playback client being controlled. More...

#include <IPlaybackControl.h>

Inheritance diagram for KODI::RETRO::IPlaybackCallback:
Inheritance graph
[legend]

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

Detailed Description

The playback client being controlled.

Member Function Documentation

◆ EnableInput()

virtual void KODI::RETRO::IPlaybackCallback::EnableInput ( bool  bEnable)
pure virtual

Enable/disable game input.

Parameters
bEnableTrue to enable input, false to disable input

Implemented in KODI::RETRO::CRetroPlayer.

◆ SetPlaybackSpeed()

virtual void KODI::RETRO::IPlaybackCallback::SetPlaybackSpeed ( double  speed)
pure virtual

Set the playback speed.

Parameters
speedThe new speed

Implemented in KODI::RETRO::CRetroPlayer.


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