Interface ITimecodeSource
The interface for sources that generate timecodes used for synchronization.
Namespace: Unity.LiveCapture
Assembly: Unity.LiveCapture.dll
Syntax
public interface ITimecodeSource : IRegistrable
Properties
FrameRate
The rate at which timecodes are generated.
Declaration
FrameRate FrameRate { get; }
Property Value
Type | Description |
---|---|
FrameRate |
Now
The latest timecode available at the source.
Declaration
Timecode Now { get; }
Property Value
Type | Description |
---|---|
Timecode |