[][src]Function realsense_sys::rs2_playback_seek

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

Set the playback to a specified time point of the played data \param[in] device A playback device. \param[in] time The time point to which playback should seek, expressed in units of nanoseconds (zero value = start) \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored