pub fn channel_layout_kind_from_ffmpeg(
value: &ChannelLayout,
) -> ChannelLayoutKindExpand description
Maps an FFmpeg ChannelLayout to the high-level
ChannelLayoutKind tag.
Returns ChannelLayoutKind::Unknown for layouts that don’t match
one of FFmpeg’s named-layout constants.