Function rsmpeg::ffi::av_read_pause[][src]

pub unsafe extern "C" fn av_read_pause(s: *mut AVFormatContext) -> i32
Expand description

Pause a network-based stream (e.g. RTSP stream).

Use av_read_play() to resume it.