Kodi Development  20.0
for Binary and Script based Add-Ons

Detailed Description

The currently available instance types for Kodi add-ons
This identifies the associated API part on the interface in Kodi and in the addon.

Enumeration Type Documentation

◆ ADDON_TYPE

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.