[−][src]Function ffmpeg_dev::sys::ffurl_shutdown
pub unsafe extern "C" fn ffurl_shutdown(
h: *mut URLContext,
flags: c_int
) -> c_int
Signal the URLContext that we are done reading or writing the stream.
@param h pointer to the resource @param flags flags which control how the resource indicated by url is to be shutdown
@return a negative value if an error condition occurred, 0 otherwise