[][src]Function ffmpeg_dev::sys::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