Function rs2_playback_device_resume
Defined in File rs_record_playback.h
Function Documentation
-
void rs2_playback_device_resume(const rs2_device *device, rs2_error **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
- Parameters:
device – [in] A playback device
error – [out] If non-null, receives any error that occurs during this call, otherwise, errors are ignored