docs.unity3d.com
    Show / Hide Table of Contents

    Enum StandardFrameRate

    An enum that defines common frame rate values.

    Namespace: Unity.LiveCapture
    Syntax
    public enum StandardFrameRate : int

    Fields

    Name Description Value
    FPS_23_976

    23.967 fps, defined as 24000 / 1001.

    FPS_23_976_DF

    23.967 fps, defined as 24000 / 1001, with drop frames.

    FPS_24_00

    24 fps.

    FPS_25_00

    25 fps.

    FPS_29_97

    23.97 fps, defined as 30000 / 1001.

    FPS_29_97_DF

    23.97 fps, defined as 30000 / 1001, with drop frames.

    FPS_30_00

    30 fps.

    FPS_48_00

    48 fps.

    FPS_59_94

    59.94 fps, defined as 60000 / 1001.

    FPS_59_94_DF

    59.94 fps, defined as 60000 / 1001, with drop frames.

    FPS_60_00

    60 fps.

    Extension Methods

    StandardFrameRateExtensions.ToValue()
    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