![]() |
Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
|
Typedefs | |
typedef PeripheralVector< Peripheral, PERIPHERAL_INFO > | Peripherals |
typedef PeripheralVector< PeripheralEvent, PERIPHERAL_EVENT > | PeripheralEvents |
typedef PeripheralVector< Joystick, JOYSTICK_INFO > | Joysticks |
typedef PeripheralVector< DriverPrimitive, JOYSTICK_DRIVER_PRIMITIVE > | DriverPrimitives |
typedef PeripheralVector< JoystickFeature, JOYSTICK_FEATURE > | JoystickFeatures |
using | VFSFileHandle = VFS_FILE_HANDLE |
VFS add-on file handle This used to handle opened files of addon with related memory pointer about class or structure and to have on further file control functions available. More... | |
Functions | |
const char * | GetTypeVersion (int type) |
const char * | GetTypeMinVersion (int type) |
const char * | GetTypeName (int type) |
int | GetTypeId (const char *name) |
|
inline |
Function used internally on add-on and in Kodi itself to get id number about given type name.
[in] | name | The type name string to ask |
|
inline |
This is used from Kodi to get the minimum supported version of add-on parts. It is compiled in add-on and also in Kodi itself, with this can be Kodi compare the version from him with them on add-on.
[in] | type | The with 'enum ADDON_TYPE' type to ask |
|
inline |
Function used internally on add-on and in Kodi itself to get name about given type.
[in] | type | The with 'enum ADDON_TYPE' defined type to ask |
|
inline |
This is used from Kodi to get the active version of add-on parts. It is compiled in add-on and also in Kodi itself, with this can be Kodi compare the version from him with them on add-on.
[in] | type | The with 'enum ADDON_TYPE' type to ask |