Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "BlurayStateSerializer.h"
#include "DVDInputStream.h"
#include <list>
#include <memory>
#include <libbluray/bluray.h>
#include <libbluray/bluray-version.h>
#include <libbluray/keys.h>
#include <libbluray/overlay.h>
#include <libbluray/player_settings.h>
#include "DVDInputStreamFile.h"
Classes | |
class | CDVDInputStreamBluray |
struct | CDVDInputStreamBluray::SPlane |
Macros | |
#define | MAX_PLAYLIST_ID 99999 |
#define | MAX_CLIP_ID 99999 |
#define | BD_EVENT_MENU_OVERLAY -1 |
#define | BD_EVENT_MENU_ERROR -2 |
#define | BD_EVENT_ENC_ERROR -3 |
#define | HDMV_PID_VIDEO 0x1011 |
#define | HDMV_PID_AUDIO_FIRST 0x1100 |
#define | HDMV_PID_AUDIO_LAST 0x111f |
#define | HDMV_PID_PG_FIRST 0x1200 |
#define | HDMV_PID_PG_LAST 0x121f |
#define | HDMV_PID_PG_HDR_FIRST 0x12a0 |
#define | HDMV_PID_PG_HDR_LAST 0x12bf |
#define | HDMV_PID_IG_FIRST 0x1400 |
#define | HDMV_PID_IG_LAST 0x141f |
#define BD_EVENT_ENC_ERROR -3 |
#define BD_EVENT_MENU_ERROR -2 |
#define BD_EVENT_MENU_OVERLAY -1 |
#define HDMV_PID_AUDIO_FIRST 0x1100 |
#define HDMV_PID_AUDIO_LAST 0x111f |
#define HDMV_PID_IG_FIRST 0x1400 |
#define HDMV_PID_IG_LAST 0x141f |
#define HDMV_PID_PG_FIRST 0x1200 |
#define HDMV_PID_PG_HDR_FIRST 0x12a0 |
#define HDMV_PID_PG_HDR_LAST 0x12bf |
#define HDMV_PID_PG_LAST 0x121f |
#define HDMV_PID_VIDEO 0x1011 |
#define MAX_CLIP_ID 99999 |
#define MAX_PLAYLIST_ID 99999 |