Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "cores/GameSettings.h"
#include "cores/RetroPlayer/RetroPlayerTypes.h"
#include "threads/CriticalSection.h"
#include <functional>
#include <memory>
#include <string>
#include <vector>
#include <libavutil/pixfmt.h>
Classes | |
class | KODI::RETRO::IRendererFactory |
Rendering factory. More... | |
class | KODI::RETRO::CRPProcessInfo |
Player process info. More... | |
Namespaces | |
namespace | KODI |
namespace | KODI::RETRO |
Typedefs | |
using | KODI::RETRO::CreateRPProcessControl = std::function<std::unique_ptr<CRPProcessInfo>()> |
Process info factory. | |