get_channels


Description:

[ CCode ( cname = "gst_codec_utils_aac_get_channels" ) ]
[ Version ( since = "1.10" ) ]
public uint get_channels (uint8[] audio_config)

Returns the channels of the given AAC stream.

Parameters:

audio_config

a pointer to the AudioSpecificConfig as specified in the Elementary Stream Descriptor (esds) in ISO/IEC 14496-1.

len

Length of audio_config in bytes

Returns:

The channels or 0 if the channel could not be determined.