Class Signal
Signal types for Opus, used when updating the "OPUS_SET_SIGNAL_REQUEST" (EncoderConfig.Signal) configuration.
Inheritance
System.Object
Signal
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch.Opus
Assembly: FM.LiveSwitch.Opus.dll
Syntax
public sealed class Signal
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 |