跳到主要内容

av_read_pause

搜索

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