Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
MUSIC_INFO::CMusicEmbeddedImageFileLoader Class Reference

Generates a texture for an image embedded in a music file. More...

#include <MusicEmbeddedImageFileLoader.h>

Inheritance diagram for MUSIC_INFO::CMusicEmbeddedImageFileLoader:
IMAGE_FILES::ISpecialImageFileLoader

Public Member Functions

 CMusicEmbeddedImageFileLoader ()=default
 
 ~CMusicEmbeddedImageFileLoader () override=default
 
bool CanLoad (const std::string &specialType) const override
 
std::unique_ptr< CTextureLoad (const std::string &specialType, const std::string &filePath, unsigned int preferredWidth, unsigned int preferredHeight) const override
 
- Public Member Functions inherited from IMAGE_FILES::ISpecialImageFileLoader
virtual ~ISpecialImageFileLoader ()=default
 

Detailed Description

Generates a texture for an image embedded in a music file.

Constructor & Destructor Documentation

◆ CMusicEmbeddedImageFileLoader()

MUSIC_INFO::CMusicEmbeddedImageFileLoader::CMusicEmbeddedImageFileLoader ( )
default

◆ ~CMusicEmbeddedImageFileLoader()

MUSIC_INFO::CMusicEmbeddedImageFileLoader::~CMusicEmbeddedImageFileLoader ( )
overridedefault

Member Function Documentation

◆ CanLoad()

bool CMusicEmbeddedImageFileLoader::CanLoad ( const std::string & specialType) const
overridevirtual

◆ Load()

std::unique_ptr< CTexture > CMusicEmbeddedImageFileLoader::Load ( const std::string & specialType,
const std::string & filePath,
unsigned int preferredWidth,
unsigned int preferredHeight ) const
overridevirtual

The documentation for this class was generated from the following files: