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

Generates a texture for a thumbnail of a video chapter. More...

#include <VideoChapterImageFileLoader.h>

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

Public Member Functions

 CVideoChapterImageFileLoader ()=default
 
 ~CVideoChapterImageFileLoader () override=default
 
bool CanLoad (const std::string &specialType) const override
 
std::unique_ptr< CTextureLoad (const std::string &specialType, const std::string &goofyChapterPath, 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 a thumbnail of a video chapter.

Constructor & Destructor Documentation

◆ CVideoChapterImageFileLoader()

KODI::VIDEO::CVideoChapterImageFileLoader::CVideoChapterImageFileLoader ( )
default

◆ ~CVideoChapterImageFileLoader()

KODI::VIDEO::CVideoChapterImageFileLoader::~CVideoChapterImageFileLoader ( )
overridedefault

Member Function Documentation

◆ CanLoad()

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

◆ Load()

std::unique_ptr< CTexture > KODI::VIDEO::CVideoChapterImageFileLoader::Load ( const std::string & specialType,
const std::string & goofyChapterPath,
unsigned int preferredWidth,
unsigned int preferredHeight ) const
overridevirtual

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