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