docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ITimecodeSource

    The interface for sources that provide timecodes used for synchronization.

    Inherited Members
    IRegistrable.Id
    IRegistrable.FriendlyName
    Namespace: Unity.LiveCapture
    Assembly: Unity.LiveCapture.dll
    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
    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.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)