Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <DVDFileInfo.h>
Static Public Member Functions | |
static std::unique_ptr< CTexture > | ExtractThumbToTexture (const CFileItem &fileItem, int chapterNumber=0) |
static bool | CanExtract (const CFileItem &fileItem) |
Can a thumbnail image and file stream details be extracted from this file item? | |
static bool | GetFileStreamDetails (CFileItem *pItem) |
Open the item pointed to by pItem and extract streamdetails. | |
static bool | GetFileDuration (const std::string &path, int &duration) |
Can a thumbnail image and file stream details be extracted from this file item?
|
static |
Open the item pointed to by pItem and extract streamdetails.