![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
Class for the Platform object. More...
#include <Platform.h>
Public Member Functions | |
CPlatform () | |
C'tor. More... | |
virtual | ~CPlatform () |
D'tor. More... | |
virtual void | Init () |
Called at an early stage of application startup. More... | |
Static Public Member Functions | |
static CPlatform * | CreateInstance () |
Creates the Platform object. More... | |
Class for the Platform object.
Contains method which retrieve platform specific information and methods for doing platform specific environment preparation/initialisation
|
default |
C'tor.
|
virtualdefault |
D'tor.
|
static |
Creates the Platform object.
|
virtual |
Called at an early stage of application startup.
This method can be used to do platform specific environment preparation or initialisation (like setting environment variables for example)
Reimplemented in CPlatformDarwin, CPlatformAndroid, CPlatformWin10, and CPlatformPosix.