pub unsafe extern "C" fn av_channel_layout_ambisonic_order(
channel_layout: *const AVChannelLayout,
) -> i32
Expand description
Return the order if the layout is n-th order standard-order ambisonic. The presence of optional extra non-diegetic channels at the end is not taken into account.
@param channel_layout input channel layout @return the order of the layout, a negative error code otherwise.