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

#include <imagedecoder.h>

Public Attributes

PFN_KODI_ADDON_IMAGEDECODER_SUPPORTS_FILE_V1 supports_file
 
PFN_KODI_ADDON_IMAGEDECODER_READ_TAG_V1 read_tag
 
PFN_KODI_ADDON_IMAGEDECODER_LOAD_IMAGE_FROM_MEMORY_V1 load_image_from_memory
 
PFN_KODI_ADDON_IMAGEDECODER_DECODE_V1 decode
 

Member Data Documentation

◆ decode

PFN_KODI_ADDON_IMAGEDECODER_DECODE_V1 KodiToAddonFuncTable_ImageDecoder::decode

◆ load_image_from_memory

PFN_KODI_ADDON_IMAGEDECODER_LOAD_IMAGE_FROM_MEMORY_V1 KodiToAddonFuncTable_ImageDecoder::load_image_from_memory

◆ read_tag

PFN_KODI_ADDON_IMAGEDECODER_READ_TAG_V1 KodiToAddonFuncTable_ImageDecoder::read_tag

◆ supports_file

PFN_KODI_ADDON_IMAGEDECODER_SUPPORTS_FILE_V1 KodiToAddonFuncTable_ImageDecoder::supports_file

The documentation for this struct was generated from the following file: