![]() |
![]() |
![]() |
OGMDvd Reference Manual | ![]() |
---|---|---|---|---|
#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);
gint ogmdvd_audio_stream_get_format (OGMDvdAudioStream *audio);
Returns the format of the audio stream.
audio : |
An OGMDvdAudioStream |
Returns : | OGMDvdAudioFormat, or -1 |
gint ogmdvd_audio_stream_get_channels (OGMDvdAudioStream *audio);
Returns the number of channels of the audio stream.
audio : |
An OGMDvdAudioStream |
Returns : | OGMDvdAudioChannels, or -1 |
gint ogmdvd_audio_stream_get_language (OGMDvdAudioStream *audio);
Returns the language of the audio stream.
audio : |
An OGMDvdAudioStream |
Returns : | the language code, or -1 |
gint ogmdvd_audio_stream_get_quantization (OGMDvdAudioStream *audio);
Returns the quantization of the audio stream.
audio : |
An OGMDvdAudioStream |
Returns : | OGMDvdAudioQuantization, or -1 |
gint ogmdvd_audio_stream_get_content (OGMDvdAudioStream *audio);
Returns the content of the audio stream.
audio : |
An OGMDvdAudioStream |
Returns : | OGMDvdAudioContent, or -1 |