Function rsmpeg::ffi::avio_seek[][src]

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.