Class TimecodeComponent
Inherited Members
Namespace: Unity.LiveCapture .Cameras
Assembly: Unity.LiveCapture.Cameras.dll
Syntax
[ExecuteAlways]
[DisallowMultipleComponent]
[HelpURL("https://docs.unity3d.com/Packages/com.unity.live-capture@4.0/manual/ref-component-timecode-component.html")]
public sealed class TimecodeComponent : MonoBehaviour
Remarks
Properties
FrameRate
The frame rate of the timecode.
Declaration
public FrameRate FrameRate { get; set; }
Property Value
Type | Description |
---|---|
Frame |
Frames
The frames of the timecode.
Declaration
public int Frames { get; set; }
Property Value
Type | Description |
---|---|
int |
Hours
The hours of the timecode.
Declaration
public int Hours { get; set; }
Property Value
Type | Description |
---|---|
int |
IsDropFrame
Whether the timecode is drop frame.
Declaration
public bool IsDropFrame { get; set; }
Property Value
Type | Description |
---|---|
bool |
Minutes
The minutes of the timecode.
Declaration
public int Minutes { get; set; }
Property Value
Type | Description |
---|---|
int |
RateDenominator
The denominator of the frame rate.
Declaration
public int RateDenominator { get; set; }
Property Value
Type | Description |
---|---|
int |
RateIsDropFrame
Whether the frame rate is drop frame.
Declaration
public bool RateIsDropFrame { get; set; }
Property Value
Type | Description |
---|---|
bool |
RateNumerator
The numerator of the frame rate.
Declaration
public int RateNumerator { get; set; }
Property Value
Type | Description |
---|---|
int |
Resolution
The resolution of the timecode.
Declaration
public int Resolution { get; set; }
Property Value
Type | Description |
---|---|
int |
Seconds
The seconds of the timecode.
Declaration
public int Seconds { get; set; }
Property Value
Type | Description |
---|---|
int |
Subframe
The subframe of the timecode.
Declaration
public int Subframe { get; set; }
Property Value
Type | Description |
---|---|
int |
Timecode
The timecode.
Declaration
public Timecode Timecode { get; set; }
Property Value
Type | Description |
---|---|
Timecode |