Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
kodi-addon-dev-kit/include/kodi/addon-instance/ImageDecoder.h File Reference
#include "../AddonBase.h"

Classes

struct  AddonProps_ImageDecoder
 
struct  AddonToKodiFuncTable_ImageDecoder
 
struct  KodiToAddonFuncTable_ImageDecoder
 
struct  AddonInstance_ImageDecoder
 
class  kodi::addon::CInstanceImageDecoder
 

Namespaces

namespace  kodi
 
namespace  kodi::addon
 

Typedefs

typedef struct AddonProps_ImageDecoder AddonProps_ImageDecoder
 
typedef struct AddonToKodiFuncTable_ImageDecoder AddonToKodiFuncTable_ImageDecoder
 
typedef struct KodiToAddonFuncTable_ImageDecoder KodiToAddonFuncTable_ImageDecoder
 
typedef struct AddonInstance_ImageDecoder AddonInstance_ImageDecoder
 
typedef enum ImageFormat ImageFormat
 

Enumerations

enum  ImageFormat : unsigned int { ADDON_IMG_FMT_A8R8G8B8 = 1 , ADDON_IMG_FMT_A8 = 2 , ADDON_IMG_FMT_RGBA8 = 3 , ADDON_IMG_FMT_RGB8 = 4 }
 

Typedef Documentation

◆ AddonInstance_ImageDecoder

◆ AddonProps_ImageDecoder

◆ AddonToKodiFuncTable_ImageDecoder

◆ ImageFormat

typedef enum ImageFormat ImageFormat

◆ KodiToAddonFuncTable_ImageDecoder

Enumeration Type Documentation

◆ ImageFormat

enum ImageFormat : unsigned int
Enumerator
ADDON_IMG_FMT_A8R8G8B8 
ADDON_IMG_FMT_A8 
ADDON_IMG_FMT_RGBA8 
ADDON_IMG_FMT_RGB8