Interface ITimecodeSource
The interface for sources that provide timecodes used for synchronization.
Namespace: Unity.LiveCapture
Syntax
public interface ITimecodeSource : IRegistrable
Properties
CurrentTime
The frame time and frame rate to use for the current frame, if available.
Declaration
FrameTimeWithRate? CurrentTime { get; }
Property Value
Type | Description |
---|---|
Nullable<FrameTimeWithRate> |
Remarks
This value is only changed at the beginning of each frame.
FrameRate
The frame rate of the timecode source.
Declaration
FrameRate FrameRate { get; }
Property Value
Type | Description |
---|---|
FrameRate |
Remarks
This value may change during a frame.