xbmc
Public Member Functions | List of all members
KODI::RETRO::IPlayback Class Referenceabstract
Inheritance diagram for KODI::RETRO::IPlayback:
Inheritance graph
[legend]

Public Member Functions

virtual void Initialize ()=0
 
virtual void Deinitialize ()=0
 
virtual bool CanPause () const =0
 
virtual bool CanSeek () const =0
 
virtual unsigned int GetTimeMs () const =0
 
virtual unsigned int GetTotalTimeMs () const =0
 
virtual unsigned int GetCacheTimeMs () const =0
 
virtual void SeekTimeMs (unsigned int timeMs)=0
 
virtual double GetSpeed () const =0
 
virtual void SetSpeed (double speedFactor)=0
 
virtual void PauseAsync ()=0
 
virtual std::string CreateSavestate (bool autosave, const std::string &savestatePath="")=0
 
virtual bool LoadSavestate (const std::string &savestatePath)=0
 

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