Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
Definitions, structures and enumerators

Image decoder add-on general variables More...

Typedefs

typedef enum ImageFormat ImageFormat
 Image format types
Used to define wanted target format where image decoder should give to Kodi. More...
 

Enumerations

enum  ImageFormat { ADDON_IMG_FMT_A8R8G8B8 = 1 , ADDON_IMG_FMT_A8 = 2 , ADDON_IMG_FMT_RGBA8 = 3 , ADDON_IMG_FMT_RGB8 = 4 }
 Image format types
Used to define wanted target format where image decoder should give to Kodi. More...
 

Detailed Description

Image decoder add-on general variables

Used to exchange the available options between Kodi and addon.

Typedef Documentation

◆ ImageFormat

typedef enum ImageFormat ImageFormat

Image format types
Used to define wanted target format where image decoder should give to Kodi.

Enumeration Type Documentation

◆ ImageFormat

Image format types
Used to define wanted target format where image decoder should give to Kodi.

Enumerator
ADDON_IMG_FMT_A8R8G8B8 

A 32-bit ARGB pixel format, with alpha, that uses 8 bits per channel, ARGBARGB...

ADDON_IMG_FMT_A8 

A 8, alpha only, 8bpp, AAA...

ADDON_IMG_FMT_RGBA8 

RGBA 8:8:8:8, with alpha, 32bpp, RGBARGBA...

ADDON_IMG_FMT_RGB8 

RGB 8:8:8, with alpha, 24bpp, RGBRGB...