|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "DVDInputStream.h"#include "DVDDemuxers/DVDDemux.h"#include "../IVideoPlayer.h"#include "../DVDCodecs/Overlay/DVDOverlaySpu.h"#include <string>#include "utils/Geometry.h"#include "DllDvdNav.h"#include "DVDInputStreamFile.h"Classes | |
| class | CDVDInputStreamNavigator |
Macros | |
| #define | DVD_VIDEO_BLOCKSIZE DVD_VIDEO_LB_LEN |
| #define | NAVRESULT_NOP 0x00000001 |
| #define | NAVRESULT_DATA 0x00000002 |
| #define | NAVRESULT_ERROR 0x00000003 |
| #define | NAVRESULT_HOLD 0x00000004 |
| #define | LIBDVDNAV_BUTTON_NORMAL 0 |
| #define | LIBDVDNAV_BUTTON_CLICKED 1 |
| #define DVD_VIDEO_BLOCKSIZE DVD_VIDEO_LB_LEN |
| #define LIBDVDNAV_BUTTON_CLICKED 1 |
| #define LIBDVDNAV_BUTTON_NORMAL 0 |
| #define NAVRESULT_DATA 0x00000002 |
| #define NAVRESULT_ERROR 0x00000003 |
| #define NAVRESULT_HOLD 0x00000004 |
| #define NAVRESULT_NOP 0x00000001 |