Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
An interface to load special image files into a texture for display. More...
#include <SpecialImageFileLoader.h>
Public Member Functions | |
virtual bool | CanLoad (const std::string &specialType) const =0 |
virtual std::unique_ptr< CTexture > | Load (const CImageFileURL &imageFile) const =0 |
virtual | ~ISpecialImageFileLoader ()=default |
An interface to load special image files into a texture for display.
Special image files are images that are more than just a link or path to an image file, such as generated or embedded images - like album covers embedded in music files or thumbnails generated from video files.
|
virtualdefault |
|
pure virtual |
|
pure virtual |