docs.unity3d.com
    Show / Hide Table of Contents

    Enum TimedSampleStatus

    Describes the ability for a ITimedDataSource to produce a data sample at a specific timecode.

    Namespace: Unity.LiveCapture
    Syntax
    public enum TimedSampleStatus : int

    Fields

    Name Description Value
    Ahead

    The data in the buffer is too new (i.e. synchronization updates are happening too late, buffer is too small).

    Behind

    The data in the buffer is too old (i.e. latency is too high).

    DataMissing

    There is no data available.

    Ok

    Data is available at the specified timecode.

    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