[][src]Function realsense_sys::rs2_playback_device_stop

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

Stops the playback Calling stop() will stop all streaming playbakc sensors and will reset the playback (returning to beginning of file) \param[in] device A playback device \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored