|
Functions |
| static dvdnav_status_t | dvdnav_clear (dvdnav_t *this) |
| dvdnav_status_t | dvdnav_open (dvdnav_t **dest, const char *path) |
| dvdnav_status_t | dvdnav_close (dvdnav_t *this) |
| dvdnav_status_t | dvdnav_reset (dvdnav_t *this) |
| dvdnav_status_t | dvdnav_path (dvdnav_t *this, const char **path) |
| const char * | dvdnav_err_to_string (dvdnav_t *this) |
| int64_t | dvdnav_convert_time (dvd_time_t *time) |
| static int32_t | dvdnav_decode_packet (dvdnav_t *this, uint8_t *p, dsi_t *nav_dsi, pci_t *nav_pci) |
| static int32_t | dvdnav_get_vobu (dvdnav_t *this, dsi_t *nav_dsi, pci_t *nav_pci, dvdnav_vobu_t *vobu) |
| dvdnav_status_t | dvdnav_get_next_block (dvdnav_t *this, uint8_t *buf, int32_t *event, int32_t *len) |
| dvdnav_status_t | dvdnav_get_next_cache_block (dvdnav_t *this, uint8_t **buf, int32_t *event, int32_t *len) |
| dvdnav_status_t | dvdnav_get_title_string (dvdnav_t *this, const char **title_str) |
| dvdnav_status_t | dvdnav_get_serial_number (dvdnav_t *this, const char **serial_str) |
| uint8_t | dvdnav_get_video_aspect (dvdnav_t *this) |
| uint8_t | dvdnav_get_video_scale_permission (dvdnav_t *this) |
| uint8_t | dvdnav_get_video_format (dvdnav_t *this) |
| uint16_t | dvdnav_audio_stream_to_lang (dvdnav_t *this, uint8_t stream) |
| unsigned char | dvdnav_audio_get_channels (dvdnav_t *this, uint8_t stream) |
| unsigned char | dvdnav_audio_get_format (dvdnav_t *this, uint8_t stream) |
| int | dvdnav_subp_get_stream_count (dvdnav_t *this) |
| int | dvdnav_audio_get_stream_count (dvdnav_t *this) |
| uint16_t | dvdnav_spu_stream_to_lang (dvdnav_t *this, uint8_t stream) |
| int8_t | dvdnav_get_audio_logical_stream (dvdnav_t *this, uint8_t audio_num) |
| int8_t | dvdnav_get_spu_logical_stream (dvdnav_t *this, uint8_t subp_num) |
| int8_t | dvdnav_get_active_audio_stream (dvdnav_t *this) |
| int8_t | dvdnav_get_active_spu_stream (dvdnav_t *this) |
| static int8_t | dvdnav_is_domain (dvdnav_t *this, domain_t domain) |
| int8_t | dvdnav_is_domain_fp (dvdnav_t *this) |
| int8_t | dvdnav_is_domain_vmgm (dvdnav_t *this) |
| int8_t | dvdnav_is_domain_vtsm (dvdnav_t *this) |
| int8_t | dvdnav_is_domain_vts (dvdnav_t *this) |
| dvdnav_status_t | dvdnav_angle_change (dvdnav_t *this, int32_t angle) |
| dvdnav_status_t | dvdnav_get_angle_info (dvdnav_t *this, int32_t *current_angle, int32_t *number_of_angles) |
| pci_t * | dvdnav_get_current_nav_pci (dvdnav_t *this) |
| dsi_t * | dvdnav_get_current_nav_dsi (dvdnav_t *this) |
| uint32_t | dvdnav_get_next_still_flag (dvdnav_t *this) |