[][src]Function realsense_sys::rs2_playback_device_is_real_time

pub unsafe extern "C" fn rs2_playback_device_is_real_time(
    device: *const rs2_device,
    error: *mut *mut rs2_error
) -> c_int

Indicates if playback is in real time mode or non real time \param[in] device A playback device \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored \return True iff playback is in real time mode. 0 means false, otherwise true