Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI::RETRO::IPlaybackCallback Class Referenceabstract

The playback client being controlled. More...

#include <IPlaybackControl.h>

Inheritance diagram for KODI::RETRO::IPlaybackCallback:
KODI::RETRO::CRetroPlayer

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.
 

Detailed Description

The playback client being controlled.

Constructor & Destructor Documentation

◆ ~IPlaybackCallback()

virtual KODI::RETRO::IPlaybackCallback::~IPlaybackCallback ( )
virtualdefault

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: