[−][src]Function ffmpeg_dev::sys::av_read_pause
pub unsafe extern "C" fn av_read_pause(s: *mut AVFormatContext) -> c_int
Pause a network-based stream (e.g. RTSP stream).
Use av_read_play() to resume it.
pub unsafe extern "C" fn av_read_pause(s: *mut AVFormatContext) -> c_int
Pause a network-based stream (e.g. RTSP stream).
Use av_read_play() to resume it.