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

#include <RetroPlayerAutoSave.h>

Inheritance diagram for KODI::RETRO::IAutoSaveCallback:
KODI::RETRO::CRetroPlayer

Public Member Functions

virtual ~IAutoSaveCallback ()=default
 
virtual bool IsAutoSaveEnabled () const =0
 
virtual std::string CreateAutosave ()=0
 

Constructor & Destructor Documentation

◆ ~IAutoSaveCallback()

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

Member Function Documentation

◆ CreateAutosave()

virtual std::string KODI::RETRO::IAutoSaveCallback::CreateAutosave ( )
pure virtual

Implemented in KODI::RETRO::CRetroPlayer.

◆ IsAutoSaveEnabled()

virtual bool KODI::RETRO::IAutoSaveCallback::IsAutoSaveEnabled ( ) const
pure virtual

Implemented in KODI::RETRO::CRetroPlayer.


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