docs.unity3d.com
    Show / Hide Table of Contents

    Class SystemClockTimecodeSource

    A component that generates timecodes using the system clock.

    Inheritance
    Object
    SystemClockTimecodeSource
    Namespace: Unity.LiveCapture
    Syntax
    public class SystemClockTimecodeSource : MonoBehaviour, ITimecodeSource, IRegistrable

    Properties

    FrameRate

    The rate at which timecodes are generated.

    Declaration
    public FrameRate FrameRate { get; set; }
    Property Value
    Type Description
    FrameRate
    Implements
    ITimecodeSource.FrameRate

    FriendlyName

    Get a human-readable name for the instance.

    Declaration
    public string FriendlyName { get; }
    Property Value
    Type Description
    String
    Implements
    IRegistrable.FriendlyName

    Id

    Get the unique identifier for this instance.

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    String
    Implements
    IRegistrable.Id
    Remarks

    The ID should not be null or empty, and is expected to remain constant for the life of the instance.

    Now

    The latest timecode available at the source.

    Declaration
    public Timecode Now { get; }
    Property Value
    Type Description
    Timecode
    Implements
    ITimecodeSource.Now

    Type

    The source clock used to generate timecodes.

    Declaration
    public SystemClockTimecodeSource.ClockType Type { get; set; }
    Property Value
    Type Description
    SystemClockTimecodeSource.ClockType
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023