[][src]Function realsense_sys::rs2_playback_device_resume

pub unsafe extern "C" fn rs2_playback_device_resume(
    device: *const rs2_device,
    error: *mut *mut rs2_error
)

Pauses the playback Calling pause() in "Paused" status does nothing If pause() is called while playback status is "Playing" or "Stopped", the playback will not play until resume() is called \param[in] device A playback device \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored