Search Results for

    Show / Hide Table of Contents

    Class Signal

    Signal types for Opus, used when updating the "OPUS_SET_SIGNAL_REQUEST" (EncoderConfig.Signal) configuration.

    Inheritance
    System.Object
    Signal
    Namespace: FM.LiveSwitch.Opus
    Assembly: FM.LiveSwitch.Opus.dll
    Syntax
    public sealed class Signal : object

    Properties

    Auto

    Gets an signal type of Opus "OPUS_AUTO".

    Declaration
    public static Signal Auto { get; }
    Property Value
    Type Description
    Signal

    Music

    Gets an signal type of Opus "OPUS_SIGNAL_MUSIC".

    Declaration
    public static Signal Music { get; }
    Property Value
    Type Description
    Signal

    Value

    Gets the internal integer value representation of this signal.

    Declaration
    public int Value { get; }
    Property Value
    Type Description
    System.Int32

    Voice

    Gets an signal type of Opus "OPUS_SIGNAL_VOICE".

    Declaration
    public static Signal Voice { get; }
    Property Value
    Type Description
    Signal
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0