Function avio_seek

Source
pub unsafe extern "C" fn avio_seek(
    s: *mut AVIOContext,
    offset: i64,
    whence: i32,
) -> i64
Expand description

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