Enum SystemClockTimecodeSource.ClockType
An enum defining the source clocks that may be used to provide the time.
Namespace: Unity.LiveCapture
Syntax
public enum ClockType
Fields
| Name | Description | Value |
|---|---|---|
| GameTime | The timecode is derived from the engine time. |
0 |
| SystemClock | The timecode is derived from OS system time. |
1 |