#include <ImageDecoder.h>
|
| | CInstanceImageDecoder (KODI_HANDLE instance, const std::string &kodiVersion="") |
| | Class constructor. More...
|
| |
| | ~CInstanceImageDecoder () override=default |
| |
| virtual bool | LoadImageFromMemory (unsigned char *buffer, unsigned int bufSize, unsigned int &width, unsigned int &height)=0 |
| | Initialize an encoder. More...
|
| |
| virtual bool | Decode (unsigned char *pixels, unsigned int width, unsigned int height, unsigned int pitch, ImageFormat format)=0 |
| | Decode previously loaded image. More...
|
| |
| std::string | MimeType () |
| | Callback to Kodi Function
Get the wanted mime type from Kodi. More...
|
| |
| | IAddonInstance (ADDON_TYPE type, const std::string &version) |
| |
| virtual | ~IAddonInstance ()=default |
| |
| virtual ADDON_STATUS | CreateInstance (int instanceType, const std::string &instanceID, KODI_HANDLE instance, const std::string &version, KODI_HANDLE &addonInstance) |
| |
◆ ~CInstanceImageDecoder()
| kodi::addon::CInstanceImageDecoder::~CInstanceImageDecoder |
( |
| ) |
|
|
overridedefault |
The documentation for this class was generated from the following file: