xbmc
|
The currently available instance types for Kodi add-ons
This identifies the associated API part on the interface in Kodi and in the addon.
More...
![]() |
Typedefs | |
typedef enum ADDON_TYPE | ADDON_TYPE |
Enumerations | |
enum | ADDON_TYPE { ADDON_GLOBAL_MAIN = 0, ADDON_GLOBAL_GUI = 1, ADDON_GLOBAL_AUDIOENGINE = 2, ADDON_GLOBAL_GENERAL = 3, ADDON_GLOBAL_NETWORK = 4, ADDON_GLOBAL_FILESYSTEM = 5, ADDON_GLOBAL_TOOLS = 6, ADDON_GLOBAL_MAX = 6, ADDON_INSTANCE_AUDIODECODER = 102, ADDON_INSTANCE_AUDIOENCODER = 103, ADDON_INSTANCE_GAME = 104, ADDON_INSTANCE_INPUTSTREAM = 105, ADDON_INSTANCE_PERIPHERAL = 106, ADDON_INSTANCE_PVR = 107, ADDON_INSTANCE_SCREENSAVER = 108, ADDON_INSTANCE_VISUALIZATION = 109, ADDON_INSTANCE_VFS = 110, ADDON_INSTANCE_IMAGEDECODER = 111, ADDON_INSTANCE_VIDEOCODEC = 112 } |
The currently available instance types for Kodi add-ons
This identifies the associated API part on the interface in Kodi and in the addon.
enum ADDON_TYPE |
Enumerator | |
---|---|
ADDON_INSTANCE_AUDIODECODER | Audio decoder instance, see kodi::addon::CInstanceAudioDecoder. |
ADDON_INSTANCE_AUDIOENCODER | Audio encoder instance, see kodi::addon::CInstanceAudioEncoder. |
ADDON_INSTANCE_GAME | Game instance, see kodi::addon::CInstanceGame. |
ADDON_INSTANCE_INPUTSTREAM | Input stream instance, see kodi::addon::CInstanceInputStream. |
ADDON_INSTANCE_PERIPHERAL | Peripheral instance, see kodi::addon::CInstancePeripheral. |
ADDON_INSTANCE_PVR | Game instance, see kodi::addon::CInstancePVRClient. |
ADDON_INSTANCE_SCREENSAVER | PVR client instance, see kodi::addon::CInstanceScreensaver. |
ADDON_INSTANCE_VISUALIZATION | Music visualization instance, see kodi::addon::CInstanceVisualization. |
ADDON_INSTANCE_VFS | Virtual Filesystem (VFS) instance, see kodi::addon::CInstanceVFS. |
ADDON_INSTANCE_IMAGEDECODER | Image Decoder instance, see kodi::addon::CInstanceImageDecoder. |
ADDON_INSTANCE_VIDEOCODEC | Video Decoder instance, see kodi::addon::CInstanceVideoCodec. |