Function ffmpeg_sys_the_third::avio_pause

source ·
pub unsafe extern "C" fn avio_pause(
    h: *mut AVIOContext,
    pause: c_int
) -> c_int
Expand description

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