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