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