跳到主要内容

avio_seek

搜索

函数 avio_seek 

源代码
pub unsafe extern "C" fn avio_seek(
    s: *mut AVIOContext,
    offset: i64,
    whence: c_int,
) -> i64
展开描述

fseek() equivalent for AVIOContext. @return new position or AVERROR.