| Top |  |  |  |  | 
| void | ogmrip_audio_options_init () | 
| void | ogmrip_audio_options_reset () | 
| void | ogmrip_subp_options_init () | 
| void | ogmrip_subp_options_reset () | 
void
ogmrip_audio_options_init (OGMRipAudioOptions *options);
Initializes options
 with the default audio options.
void
ogmrip_audio_options_reset (OGMRipAudioOptions *options);
Clears the current options in options
 and resets them to the default audio options.
void
ogmrip_subp_options_init (OGMRipSubpOptions *options);
Initializes options
 with the default subp options.
void
ogmrip_subp_options_reset (OGMRipSubpOptions *options);
Clears the current options in options
 and resets them to the default subp options.
struct OGMRipAudioOptions {
  GType codec;
  gchar *label;
  gint quality;
  gint srate;
  gint channels;
  gint language;
  gboolean normalize;
  gboolean defaults;
};
This structure describes the options of an audio track.
struct OGMRipSubpOptions {
  GType codec;
  gchar *label;
  gint charset;
  gint newline;
  gint language;
  gboolean spell;
  gboolean forced_subs;
  gboolean defaults;
};
This structure describes the options of a subtitles stream.