Search Results for

    Show / Hide Table of Contents

    Struct VideoResolution

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: LiveKit
    Assembly: cs.temp.dll.dll
    Syntax
    public struct VideoResolution

    Fields

    AspectRatio

    Declaration
    public double? AspectRatio
    Field Value
    Type Description
    System.Nullable<System.Double>

    FrameRate

    Declaration
    public int? FrameRate
    Field Value
    Type Description
    System.Nullable<System.Int32>

    Height

    Declaration
    public int Height
    Field Value
    Type Description
    System.Int32

    Width

    Declaration
    public int Width
    Field Value
    Type Description
    System.Int32
    In This Article
    Back to top LiveKit Client SDK for Unity WebGL