[][src]Function realsense_sys::rs2_record_device_pause

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

Pause the recording device without stopping the actual device from streaming. Pausing will cause the device to stop writing new data to the file, in particular, frames and changes to extensions \param[in] device A recording device \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored