Search Results for

    Show / Hide Table of Contents

    Struct AudioAnalyserOptions

    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 AudioAnalyserOptions

    Properties

    CloneTrack

    Declaration
    public bool? CloneTrack { readonly get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    FftSize

    Declaration
    public int? FftSize { readonly get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    SmoothingTimeConstant

    Declaration
    public float? SmoothingTimeConstant { readonly get; set; }
    Property Value
    Type Description
    System.Nullable<System.Single>
    In This Article
    Back to top LiveKit Client SDK for Unity WebGL