OGMDvdAudio

OGMDvdAudio — Structure describing an audio stream

Synopsis


#include <ogmdvd-audio.h>


gint                ogmdvd_audio_stream_get_format      (OGMDvdAudioStream *audio);
gint                ogmdvd_audio_stream_get_channels    (OGMDvdAudioStream *audio);
gint                ogmdvd_audio_stream_get_language    (OGMDvdAudioStream *audio);
gint                ogmdvd_audio_stream_get_quantization
                                                        (OGMDvdAudioStream *audio);
gint                ogmdvd_audio_stream_get_content     (OGMDvdAudioStream *audio);

Description

Details

ogmdvd_audio_stream_get_format ()

gint                ogmdvd_audio_stream_get_format      (OGMDvdAudioStream *audio);

Returns the format of the audio stream.

audio : An OGMDvdAudioStream
Returns : OGMDvdAudioFormat, or -1

ogmdvd_audio_stream_get_channels ()

gint                ogmdvd_audio_stream_get_channels    (OGMDvdAudioStream *audio);

Returns the number of channels of the audio stream.

audio : An OGMDvdAudioStream
Returns : OGMDvdAudioChannels, or -1

ogmdvd_audio_stream_get_language ()

gint                ogmdvd_audio_stream_get_language    (OGMDvdAudioStream *audio);

Returns the language of the audio stream.

audio : An OGMDvdAudioStream
Returns : the language code, or -1

ogmdvd_audio_stream_get_quantization ()

gint                ogmdvd_audio_stream_get_quantization
                                                        (OGMDvdAudioStream *audio);

Returns the quantization of the audio stream.

audio : An OGMDvdAudioStream
Returns : OGMDvdAudioQuantization, or -1

ogmdvd_audio_stream_get_content ()

gint                ogmdvd_audio_stream_get_content     (OGMDvdAudioStream *audio);

Returns the content of the audio stream.

audio : An OGMDvdAudioStream
Returns : OGMDvdAudioContent, or -1