跳到主要内容

av_muxer_iterate

搜索

函数 av_muxer_iterate 

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

Iterate over all registered muxers.

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

@return the next registered muxer or NULL when the iteration is finished