|
vm_t * | vm_new_vm (void) |
|
void | vm_free_vm (vm_t *vm) |
|
ifo_handle_t * | vm_get_vmgi (vm_t *vm) |
|
ifo_handle_t * | vm_get_vtsi (vm_t *vm) |
|
dvd_reader_t * | vm_get_dvd_reader (vm_t *vm) |
|
int | vm_start (vm_t *vm) |
|
void | vm_stop (vm_t *vm) |
|
int | vm_reset (vm_t *vm, const char *dvdroot, void *stream, dvdnav_stream_cb *stream_cb) |
|
vm_t * | vm_new_copy (vm_t *vm) |
|
void | vm_merge (vm_t *target, vm_t *source) |
|
void | vm_free_copy (vm_t *vm) |
|
void | vm_position_get (vm_t *vm, vm_position_t *position) |
|
void | vm_get_next_cell (vm_t *vm) |
|
int | vm_jump_pg (vm_t *vm, int pg) |
|
int | vm_jump_cell_block (vm_t *vm, int cell, int block) |
|
int | vm_jump_title_part (vm_t *vm, int title, int part) |
|
int | vm_jump_title_program (vm_t *vm, int title, int pgcn, int pgn) |
|
int | vm_jump_top_pg (vm_t *vm) |
|
int | vm_jump_next_pg (vm_t *vm) |
|
int | vm_jump_prev_pg (vm_t *vm) |
|
int | vm_jump_up (vm_t *vm) |
|
int | vm_jump_menu (vm_t *vm, DVDMenuID_t menuid) |
|
int | vm_jump_resume (vm_t *vm) |
|
int | vm_exec_cmd (vm_t *vm, vm_cmd_t *cmd) |
|
int | vm_get_current_menu (vm_t *vm, int *menuid) |
|
int | vm_get_current_title_part (vm_t *vm, int *title_result, int *part_result) |
|
int | vm_get_audio_stream (vm_t *vm, int audioN) |
|
int | vm_get_subp_stream (vm_t *vm, int subpN, int mode) |
|
int | vm_get_audio_active_stream (vm_t *vm) |
|
int | vm_get_subp_active_stream (vm_t *vm, int mode) |
|
void | vm_get_angle_info (vm_t *vm, int *current, int *num_avail) |
|
void | vm_get_video_res (vm_t *vm, int *width, int *height) |
|
int | vm_get_video_aspect (vm_t *vm) |
|
int | vm_get_video_scale_permission (vm_t *vm) |
|
video_attr_t | vm_get_video_attr (vm_t *vm) |
|
audio_attr_t | vm_get_audio_attr (vm_t *vm, int streamN) |
|
subp_attr_t | vm_get_subp_attr (vm_t *vm, int streamN) |
|
ifo_handle_t * | vm_get_title_ifo (vm_t *vm, uint32_t title) |
|
void | vm_ifo_close (ifo_handle_t *ifo) |
|
int | vm_get_state (vm_t *vm, dvd_state_t *save_state) |
|
int | vm_set_state (vm_t *vm, dvd_state_t *save_state) |
|
vm_t * | dvdnav_get_vm (dvdnav_t *self) |
|