Function av_channel_layout_default

Source
pub unsafe extern "C" fn av_channel_layout_default(
    ch_layout: *mut AVChannelLayout,
    nb_channels: i32,
)
Expand description

Get the default channel layout for a given number of channels.

@param ch_layout the layout structure to be initialized @param nb_channels number of channels