Function rs2_playback_device_is_real_time

Function Documentation

int rs2_playback_device_is_real_time(const rs2_device *device, rs2_error **error)

Indicates if playback is in real time mode or non real time

Parameters:
  • device[in] A playback device

  • error[out] If non-null, receives any error that occurs during this call, otherwise, errors are ignored

Returns:

True iff playback is in real time mode. 0 means false, otherwise true