Method SetRecordModeToTimeInterval
SetRecordModeToTimeInterval(float, float)
Sets the Recorders to Time Interval mode and defines the Start and End times of the interval to record.
Declaration
public void SetRecordModeToTimeInterval(float startTime, float endTime)
Parameters
Type | Name | Description |
---|---|---|
float | startTime | The start time, in seconds. |
float | endTime | The end time, in seconds. |