Function rs2_playback_device_resume

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