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

Class that can control playback and input. More...

#include <IPlaybackControl.h>

Inheritance diagram for KODI::RETRO::IPlaybackControl:
KODI::RETRO::CGUIPlaybackControl

Public Member Functions

virtual ~IPlaybackControl ()=default
 
virtual void FrameMove ()=0
 Called every frame.
 

Detailed Description

Class that can control playback and input.

Constructor & Destructor Documentation

◆ ~IPlaybackControl()

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

Member Function Documentation

◆ FrameMove()

virtual void KODI::RETRO::IPlaybackControl::FrameMove ( )
pure virtual

Called every frame.

Implemented in KODI::RETRO::CGUIPlaybackControl.


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