pub fn codec_utils_aac_get_channels(audio_config: &[u8]) -> u32
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.
The channels or 0 if the channel could not be determined.