跳到主要内容

av_opt_child_next

搜索

函数 av_opt_child_next 

源代码
pub unsafe extern "C" fn av_opt_child_next(
    obj: *mut c_void,
    prev: *mut c_void,
) -> *mut c_void
展开描述

Iterate over AVOptions-enabled children of obj.

@param prev result of a previous call to this function or NULL @return next AVOptions-enabled child or NULL