跳到主要内容

av_channel_layout_standard

搜索

函数 av_channel_layout_standard 

源代码
pub unsafe extern "C" fn av_channel_layout_standard(
    opaque: *mut *mut c_void,
) -> *const AVChannelLayout
展开描述

Iterate over all standard channel layouts.

@param opaque a pointer where libavutil will store the iteration state. Must point to NULL to start the iteration.

@return the standard channel layout or NULL when the iteration is finished