[−][src]Function ffmpeg_dev::sys::ffurl_write
pub unsafe extern "C" fn ffurl_write(
h: *mut URLContext,
buf: *const c_uchar,
size: c_int
) -> c_int
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