Function av_read_pause

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

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

Use av_read_play() to resume it.