[ 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.
audio_config |
a pointer to the AudioSpecificConfig as specified in the Elementary Stream Descriptor (esds) in ISO/IEC 14496-1. |
len |
Length of |
The channels or 0 if the channel could not be determined. |