Function av_read_pause

Source
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.