Function rsmpeg::ffi::avio_read[][src]

pub unsafe extern "C" fn avio_read(
    s: *mut AVIOContext,
    buf: *mut u8,
    size: i32
) -> i32
Expand description

Read size bytes from AVIOContext into buf. @return number of bytes read or AVERROR