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_bitrate (OGMDvdAudioStream *audio);
gint ogmdvd_audio_stream_get_format (OGMDvdAudioStream *audio);
Returns the format of the audio stream.
|
An OGMDvdAudioStream |
Returns : |
OGMDvdAudioFormat, or -1 |
gint ogmdvd_audio_stream_get_channels (OGMDvdAudioStream *audio);
Returns the number of channels of the audio stream.
|
An OGMDvdAudioStream |
Returns : |
OGMDvdAudioChannels, or -1 |
gint ogmdvd_audio_stream_get_language (OGMDvdAudioStream *audio);
Returns the language of the audio stream.
|
An OGMDvdAudioStream |
Returns : |
the language code, or -1 |
gint ogmdvd_audio_stream_get_quantization (OGMDvdAudioStream *audio);
Returns the quantization of the audio stream.
|
An OGMDvdAudioStream |
Returns : |
OGMDvdAudioQuantization, or -1 |
gint ogmdvd_audio_stream_get_content (OGMDvdAudioStream *audio);
Returns the content of the audio stream.
|
An OGMDvdAudioStream |
Returns : |
OGMDvdAudioContent, or -1 |
gint ogmdvd_audio_stream_get_bitrate (OGMDvdAudioStream *audio);
Returns the bitrate of the audio stream in bps.
|
An OGMDvdAudioStream |
Returns : |
the bitrate, or -1 |