Go to the source code of this file.
Functions | |
| dvdnav_status_t | dvdnav_still_skip (dvdnav_t *this) |
| dvdnav_status_t | dvdnav_wait_skip (dvdnav_t *this) |
| dvdnav_status_t | dvdnav_get_number_of_titles (dvdnav_t *this, int32_t *titles) |
| dvdnav_status_t | dvdnav_get_number_of_parts (dvdnav_t *this, int32_t title, int32_t *parts) |
| dvdnav_status_t | dvdnav_current_title_info (dvdnav_t *this, int32_t *title, int32_t *part) |
| dvdnav_status_t | dvdnav_title_play (dvdnav_t *this, int32_t title) |
| dvdnav_status_t | dvdnav_part_play (dvdnav_t *this, int32_t title, int32_t part) |
| dvdnav_status_t | dvdnav_part_play_auto_stop (dvdnav_t *this, int32_t title, int32_t part, int32_t parts_to_play) |
| dvdnav_status_t | dvdnav_time_play (dvdnav_t *this, int32_t title, uint64_t time) |
| dvdnav_status_t | dvdnav_stop (dvdnav_t *this) |
| dvdnav_status_t | dvdnav_go_up (dvdnav_t *this) |
| dvdnav_status_t dvdnav_still_skip | ( | dvdnav_t * | this | ) |
| dvdnav_status_t dvdnav_wait_skip | ( | dvdnav_t * | this | ) |
| dvdnav_status_t dvdnav_get_number_of_titles | ( | dvdnav_t * | this, | |
| int32_t * | titles | |||
| ) |
| dvdnav_status_t dvdnav_get_number_of_parts | ( | dvdnav_t * | this, | |
| int32_t | title, | |||
| int32_t * | parts | |||
| ) |
Definition at line 71 of file navigation.c.
Referenced by DVDRingBufferPriv::OpenFile(), and DVDRingBufferPriv::safe_read().
| dvdnav_status_t dvdnav_current_title_info | ( | dvdnav_t * | this, | |
| int32_t * | title, | |||
| int32_t * | part | |||
| ) |
Definition at line 90 of file navigation.c.
Referenced by dvdnav_part_search(), DVDRingBufferPriv::OpenFile(), and DVDRingBufferPriv::safe_read().
| dvdnav_status_t dvdnav_title_play | ( | dvdnav_t * | this, | |
| int32_t | title | |||
| ) |
| dvdnav_status_t dvdnav_part_play | ( | dvdnav_t * | this, | |
| int32_t | title, | |||
| int32_t | part | |||
| ) |
Definition at line 142 of file navigation.c.
Referenced by dvdnav_part_play_auto_stop(), dvdnav_part_search(), dvdnav_title_play(), DVDRingBufferPriv::nextTrack(), DVDRingBufferPriv::PlayTitleAndPart(), and DVDRingBufferPriv::prevTrack().
| dvdnav_status_t dvdnav_part_play_auto_stop | ( | dvdnav_t * | this, | |
| int32_t | title, | |||
| int32_t | part, | |||
| int32_t | parts_to_play | |||
| ) |
Definition at line 185 of file navigation.c.
| dvdnav_status_t dvdnav_time_play | ( | dvdnav_t * | this, | |
| int32_t | title, | |||
| uint64_t | time | |||
| ) |
Definition at line 193 of file navigation.c.
| dvdnav_status_t dvdnav_stop | ( | dvdnav_t * | this | ) |
Definition at line 205 of file navigation.c.
| dvdnav_status_t dvdnav_go_up | ( | dvdnav_t * | this | ) |
Definition at line 217 of file navigation.c.
1.5.5