| 
    Kodi Documentation 18.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include <dvdnav_internal.h>
Public Attributes | |
| char | path [MAX_PATH_LEN] | 
| dvd_file_t * | file | 
| vm_position_t | position_next | 
| vm_position_t | position_current | 
| dvdnav_vobu_t | vobu | 
| pci_t | pci | 
| dsi_t | dsi | 
| uint32_t | last_cmd_nav_lbn | 
| int | skip_still | 
| int | sync_wait | 
| int | sync_wait_skip | 
| int | spu_clut_changed | 
| int | started | 
| int | use_read_ahead | 
| int | pgc_based | 
| int | cur_cell_time | 
| vm_t * | vm | 
| pthread_mutex_t | vm_lock | 
| read_cache_t * | cache | 
| char | err_str [MAX_ERR_LEN] | 
The main DVDNAV type
| read_cache_t* dvdnav_s::cache | 
| int dvdnav_s::cur_cell_time | 
| dsi_t dvdnav_s::dsi | 
| char dvdnav_s::err_str[MAX_ERR_LEN] | 
| dvd_file_t* dvdnav_s::file | 
| uint32_t dvdnav_s::last_cmd_nav_lbn | 
| char dvdnav_s::path[MAX_PATH_LEN] | 
| pci_t dvdnav_s::pci | 
| int dvdnav_s::pgc_based | 
| vm_position_t dvdnav_s::position_current | 
| vm_position_t dvdnav_s::position_next | 
| int dvdnav_s::skip_still | 
| int dvdnav_s::spu_clut_changed | 
| int dvdnav_s::started | 
| int dvdnav_s::sync_wait | 
| int dvdnav_s::sync_wait_skip | 
| int dvdnav_s::use_read_ahead | 
| vm_t* dvdnav_s::vm | 
| pthread_mutex_t dvdnav_s::vm_lock | 
| dvdnav_vobu_t dvdnav_s::vobu |