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

Generates a texture for a thumbnail of a video file, for a specific chapter or from a frame approx 1/3 into the video. More...

#include <VideoGeneratedImageFileLoader.h>

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

Public Member Functions

bool CanLoad (const std::string &specialType) const override
 
std::unique_ptr< CTextureLoad (const IMAGE_FILES::CImageFileURL &imageFile) const override
 
- Public Member Functions inherited from IMAGE_FILES::ISpecialImageFileLoader
virtual ~ISpecialImageFileLoader ()=default
 

Detailed Description

Generates a texture for a thumbnail of a video file, for a specific chapter or from a frame approx 1/3 into the video.

Member Function Documentation

◆ CanLoad()

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

◆ Load()

std::unique_ptr< CTexture > KODI::VIDEO::CVideoGeneratedImageFileLoader::Load ( const IMAGE_FILES::CImageFileURL & imageFile) const
overridevirtual

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