pub unsafe extern "C" fn av_channel_layout_check(
channel_layout: *const AVChannelLayout,
) -> i32
Expand description
Check whether a channel layout is valid, i.e. can possibly describe audio data.
@param channel_layout input channel layout @return 1 if channel_layout is valid, 0 otherwise.