Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── OGMJobSpawn ╰── OGMJobContainer ╰── OGMJobBin ╰── OGMRipCodec ╰── OGMRipAudioCodec
OGMDvdAudioStream *
ogmrip_audio_codec_get_dvd_audio_stream
(OGMRipAudioCodec *audio
);
Gets the audio stream to encode.
void ogmrip_audio_codec_set_dvd_audio_stream (OGMRipAudioCodec *audio
,OGMDvdAudioStream *stream
);
Sets the audio stream to encode.
gint
ogmrip_audio_codec_get_channels (OGMRipAudioCodec *audio
);
Gets the number of channels of the output file.
void ogmrip_audio_codec_set_channels (OGMRipAudioCodec *audio
,OGMDvdAudioChannels channels
);
Sets the number of channels of the output file.
gboolean
ogmrip_audio_codec_get_fast (OGMRipAudioCodec *audio
);
Returns whether to encode faster than realtime.
void ogmrip_audio_codec_set_fast (OGMRipAudioCodec *audio
,gboolean fast
);
Sets whether to encode faster than realtime.
const gchar *
ogmrip_audio_codec_get_label (OGMRipAudioCodec *audio
);
Gets the name of the track.
void ogmrip_audio_codec_set_label (OGMRipAudioCodec *audio
,const gchar *label
);
Sets the name of the track.
gboolean
ogmrip_audio_codec_get_normalize (OGMRipAudioCodec *audio
);
Returns whether the volume of the audio stream should be normalized.
void ogmrip_audio_codec_set_normalize (OGMRipAudioCodec *audio
,gboolean normalize
);
Sets whether to normalize the volume of the audio stream.
gint
ogmrip_audio_codec_get_quality (OGMRipAudioCodec *audio
);
Gets the quality of the encoding, 0 for lowest, 10 for best.
void ogmrip_audio_codec_set_quality (OGMRipAudioCodec *audio
,guint quality
);
Sets the quality of the encoding, 0 for lowest, 10 for best.
gint
ogmrip_audio_codec_get_sample_rate (OGMRipAudioCodec *audio
);
Gets the output sample rate.
void ogmrip_audio_codec_set_sample_rate (OGMRipAudioCodec *audio
,guint srate
);
Sets the output sample rate to be used.
gint
ogmrip_audio_codec_get_samples_per_frame
(OGMRipAudioCodec *audio
);
Gets the number of samples per frame.
“channels”
property“channels” guint
Set channels.
Flags: Read / Write
Allowed values: <= 10
Default value: 1
“normalize”
property“normalize” gboolean
Set normalize.
Flags: Read / Write
Default value: FALSE
“quality”
property“quality” guint
Set quality.
Flags: Read / Write
Allowed values: <= 10
Default value: 3
“samples-per-frame”
property“samples-per-frame” guint
Set samples per frame.
Flags: Read
Default value: 512