Function ffmpeg_sys_the_third::avio_seek

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

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