|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "TextureCacheJob.h"#include "TextureDatabase.h"#include "guilib/AspectRatio.h"#include "jobs/JobQueue.h"#include "powermanagement/PowerState.h"#include "threads/CriticalSection.h"#include "threads/Event.h"#include "threads/Timer.h"#include <atomic>#include <chrono>#include <memory>#include <set>#include <string>#include <vector>Classes | |
| class | CTextureCache |
| Texture cache class for handling the caching of images. More... | |