Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <assert.h>
#include <atomic>
#include <memory>
#include <stdexcept>
#include <vector>
Classes | |
class | CDVDOverlay |
class | CDVDOverlayGroup |
Typedefs | |
using | VecOverlays = std::vector<std::shared_ptr<CDVDOverlay>> |
Enumerations | |
enum | DVDOverlayType { DVDOVERLAY_TYPE_NONE = -1 , DVDOVERLAY_TYPE_SPU = 1 , DVDOVERLAY_TYPE_TEXT = 2 , DVDOVERLAY_TYPE_IMAGE = 3 , DVDOVERLAY_TYPE_SSA = 4 , DVDOVERLAY_TYPE_GROUP = 5 } |
using VecOverlays = std::vector<std::shared_ptr<CDVDOverlay>> |
enum DVDOverlayType |