Function rsmpeg::ffi::avio_pause[][src]

pub unsafe extern "C" fn avio_pause(h: *mut AVIOContext, pause: i32) -> i32
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