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

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

#include <VideoEmbeddedImageFileLoader.h>

Inheritance diagram for KODI::VIDEO::CVideoEmbeddedImageFileLoader:
IMAGE_FILES::ISpecialImageFileLoader

Public Member Functions

 CVideoEmbeddedImageFileLoader ()=default
 
 ~CVideoEmbeddedImageFileLoader () 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 video file.

Constructor & Destructor Documentation

◆ CVideoEmbeddedImageFileLoader()

KODI::VIDEO::CVideoEmbeddedImageFileLoader::CVideoEmbeddedImageFileLoader ( )
default

◆ ~CVideoEmbeddedImageFileLoader()

KODI::VIDEO::CVideoEmbeddedImageFileLoader::~CVideoEmbeddedImageFileLoader ( )
overridedefault

Member Function Documentation

◆ CanLoad()

bool KODI::VIDEO::CVideoEmbeddedImageFileLoader::CanLoad ( const std::string & specialType) const
overridevirtual

◆ Load()

std::unique_ptr< CTexture > KODI::VIDEO::CVideoEmbeddedImageFileLoader::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: