Go to the source code of this file.
| dvdnav_status_t dvdnav_still_skip | ( | dvdnav_t * | this | ) |
Definition at line 39 of file libmythdvdnav/dvdnav/navigation.c.
Referenced by DVDRingBuffer::SkipStillFrame().
| dvdnav_status_t dvdnav_wait_skip | ( | dvdnav_t * | this | ) |
Definition at line 50 of file libmythdvdnav/dvdnav/navigation.c.
Referenced by DVDRingBuffer::WaitSkip().
| dvdnav_status_t dvdnav_get_number_of_titles | ( | dvdnav_t * | this, | |
| int32_t * | titles | |||
| ) |
Definition at line 57 of file libmythdvdnav/dvdnav/navigation.c.
Referenced by DVDRingBuffer::OpenFile().
| dvdnav_status_t dvdnav_get_number_of_parts | ( | dvdnav_t * | this, | |
| int32_t | title, | |||
| int32_t * | parts | |||
| ) |
Definition at line 68 of file libmythdvdnav/dvdnav/navigation.c.
Referenced by DVDRingBuffer::safe_read().
| dvdnav_status_t dvdnav_current_title_info | ( | dvdnav_t * | this, | |
| int32_t * | title, | |||
| int32_t * | part | |||
| ) |
Definition at line 83 of file libmythdvdnav/dvdnav/navigation.c.
Referenced by dvdnav_part_search(), DVDRingBuffer::OpenFile(), and DVDRingBuffer::safe_read().
| dvdnav_status_t dvdnav_current_title_program | ( | dvdnav_t * | this, | |
| int32_t * | title, | |||
| int32_t * | pgcn, | |||
| int32_t * | pgn | |||
| ) |
Definition at line 125 of file libmythdvdnav/dvdnav/navigation.c.
| void dvdnav_first_play | ( | dvdnav_t * | this | ) |
Definition at line 172 of file libmythdvdnav/dvdnav/navigation.c.
Referenced by DVDRingBuffer::StartFromBeginning().
| dvdnav_status_t dvdnav_title_play | ( | dvdnav_t * | this, | |
| int32_t | title | |||
| ) |
Definition at line 180 of file libmythdvdnav/dvdnav/navigation.c.
Referenced by DVDRingBuffer::OpenFile().
| dvdnav_status_t dvdnav_program_play | ( | dvdnav_t * | this, | |
| int32_t | title, | |||
| int32_t | pgcn, | |||
| int32_t | pgn | |||
| ) |
Definition at line 184 of file libmythdvdnav/dvdnav/navigation.c.
| dvdnav_status_t dvdnav_part_play | ( | dvdnav_t * | this, | |
| int32_t | title, | |||
| int32_t | part | |||
| ) |
Definition at line 217 of file libmythdvdnav/dvdnav/navigation.c.
Referenced by dvdnav_part_play_auto_stop(), dvdnav_part_search(), dvdnav_title_play(), DVDRingBuffer::nextTrack(), DVDRingBuffer::PlayTitleAndPart(), DVDRingBuffer::playTrack(), and DVDRingBuffer::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 255 of file libmythdvdnav/dvdnav/navigation.c.
| dvdnav_status_t dvdnav_time_play | ( | dvdnav_t * | this, | |
| int32_t | title, | |||
| uint64_t | time | |||
| ) |
Definition at line 263 of file libmythdvdnav/dvdnav/navigation.c.
| dvdnav_status_t dvdnav_stop | ( | dvdnav_t * | this | ) |
Definition at line 270 of file libmythdvdnav/dvdnav/navigation.c.
| dvdnav_status_t dvdnav_go_up | ( | dvdnav_t * | this | ) |
Definition at line 277 of file libmythdvdnav/dvdnav/navigation.c.
1.6.3