Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches

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

Typedefs

typedef enum ADDON_IMG_FMT ADDON_IMG_FMT
 

Enumerations

enum  ADDON_IMG_FMT { ADDON_IMG_FMT_A8R8G8B8 = 1 , ADDON_IMG_FMT_A8 = 2 , ADDON_IMG_FMT_RGBA8 = 3 , ADDON_IMG_FMT_RGB8 = 4 }
 

Detailed Description

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

Typedef Documentation

◆ ADDON_IMG_FMT

Enumeration Type Documentation

◆ ADDON_IMG_FMT

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...