docs.unity.cn
    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
    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.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, July 24, 2023