跳到主要内容

av_opt_get_int

搜索

函数 av_opt_get_int 

源代码
pub unsafe extern "C" fn av_opt_get_int(
    obj: *mut c_void,
    name: *const c_char,
    search_flags: c_int,
    out_val: *mut i64,
) -> c_int