Search Results for

    Show / Hide Table of Contents

    Struct AudioCaptureOptions

    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 AudioCaptureOptions

    Fields

    AutoGainControl

    Declaration
    public ConstrainBoolean? AutoGainControl
    Field Value
    Type Description
    System.Nullable<ConstrainBoolean>

    ChannelCount

    Declaration
    public ConstrainULong? ChannelCount
    Field Value
    Type Description
    System.Nullable<ConstrainULong>

    DeviceId

    Declaration
    public ConstrainDOMString? DeviceId
    Field Value
    Type Description
    System.Nullable<ConstrainDOMString>

    EchoCancellation

    Declaration
    public ConstrainBoolean? EchoCancellation
    Field Value
    Type Description
    System.Nullable<ConstrainBoolean>

    Latency

    Declaration
    public ConstrainDouble? Latency
    Field Value
    Type Description
    System.Nullable<ConstrainDouble>

    NoiseSuppression

    Declaration
    public ConstrainBoolean? NoiseSuppression
    Field Value
    Type Description
    System.Nullable<ConstrainBoolean>

    SampleRate

    Declaration
    public ConstrainULong? SampleRate
    Field Value
    Type Description
    System.Nullable<ConstrainULong>

    SampleSize

    Declaration
    public ConstrainULong? SampleSize
    Field Value
    Type Description
    System.Nullable<ConstrainULong>
    In This Article
    Back to top LiveKit Client SDK for Unity WebGL