跳到主要内容

avio_pause

搜索

函数 avio_pause 

源代码
pub unsafe extern "C" fn avio_pause(
    h: *mut AVIOContext,
    pause: c_int,
) -> c_int
展开描述

Pause and resume playing - only meaningful if using a network streaming protocol (e.g. MMS).

@param h IO context from which to call the read_pause function pointer @param pause 1 for pause, 0 for resume