Function ffurl_write

Source
pub unsafe extern "C" fn ffurl_write(
    h: *mut URLContext,
    buf: *const c_uchar,
    size: c_int,
) -> c_int
Expand description

Write size bytes from buf to the resource accessed by h.

@return the number of bytes actually written, or a negative value corresponding to an AVERROR code in case of failure