Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CTextureCacheJob, including all inherited members.
CacheTexture(std::unique_ptr< CTexture > *texture=nullptr) | CTextureCacheJob | |
CJob() | CJob | inline |
CTextureCacheJob(const std::string &url, const std::string &oldHash="") | CTextureCacheJob | |
DoWork() override | CTextureCacheJob | virtual |
GetType() const override | CTextureCacheJob | inlinevirtual |
m_details | CTextureCacheJob | |
m_oldHash | CTextureCacheJob | |
m_url | CTextureCacheJob | |
operator==(const CJob *job) const override | CTextureCacheJob | virtual |
PRIORITY enum name | CJob | |
PRIORITY_DEDICATED enum value | CJob | |
PRIORITY_HIGH enum value | CJob | |
PRIORITY_LOW enum value | CJob | |
PRIORITY_LOW_PAUSABLE enum value | CJob | |
PRIORITY_NORMAL enum value | CJob | |
ResizeTexture(const std::string &url, unsigned int height, unsigned int width, CPictureScalingAlgorithm::Algorithm scalingAlgorithm, uint8_t *&result, size_t &result_size) | CTextureCacheJob | static |
ShouldCancel(unsigned int progress, unsigned int total) const | CJob | virtual |
~CJob()=default | CJob | virtual |
~CTextureCacheJob() override | CTextureCacheJob |