| Top |  |  |  |  | 
| OGMRipPlayer * | ogmrip_player_new () | 
| void | ogmrip_player_set_title () | 
| void | ogmrip_player_set_audio_file () | 
| void | ogmrip_player_set_audio_stream () | 
| void | ogmrip_player_set_subp_file () | 
| void | ogmrip_player_set_subp_stream () | 
| void | ogmrip_player_set_chapters () | 
| gboolean | ogmrip_player_play () | 
| void | ogmrip_player_stop () | 
void ogmrip_player_set_title (OGMRipPlayer *player,OGMDvdTitle *title);
Sets the DVD title to play
void ogmrip_player_set_audio_file (OGMRipPlayer *player,OGMRipFile *file);
Sets the audio file to play
void ogmrip_player_set_audio_stream (OGMRipPlayer *player,OGMDvdAudioStream *stream);
Sets the audio stream to play
void ogmrip_player_set_subp_file (OGMRipPlayer *player,OGMRipFile *file);
Sets the subtitle file to play
void ogmrip_player_set_subp_stream (OGMRipPlayer *player,OGMDvdSubpStream *stream);
Sets the subtitle stream to play
void ogmrip_player_set_chapters (OGMRipPlayer *player,guint start,gint end);
Sets the chapters to play
| player | an OGMRipPlayer | |
| start | the chapter to start playing at | |
| end | the chapter to stop playing at, or -1 | 
gboolean ogmrip_player_play (OGMRipPlayer *player,GError **error);
Plays the selected title, streams and chapters