| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include "../DVDCodecs/Overlay/DVDOverlaySpu.h"#include "../IVideoPlayer.h"#include "DVDDemuxers/DVDDemux.h"#include "DVDInputStream.h"#include "DVDInputStreamFile.h"#include "DVDStateSerializer.h"#include "DllDvdNav.h"#include "cores/MenuType.h"#include "threads/CriticalSection.h"#include "utils/Geometry.h"#include "video/VideoInfoTag.h"#include <chrono>#include <string>#include <vector>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 | DVDNAV_ERROR -1 | 
| #define DVD_VIDEO_BLOCKSIZE DVD_VIDEO_LB_LEN | 
| #define DVDNAV_ERROR -1 | 
| #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 |