跳到主要内容

avio_read

搜索

函数 avio_read 

源代码
pub unsafe extern "C" fn avio_read(
    s: *mut AVIOContext,
    buf: *mut c_uchar,
    size: c_int,
) -> c_int
展开描述

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