Class ApplicationType
Application types for Opus, used when updating the "OPUS_SET_APPLICATION" (EncoderConfig.Application) configuration.
Inheritance
System.Object
ApplicationType
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 ApplicationType
Properties
Audio
Gets an application type of Opus "OPUS_APPLICATION_AUDIO".
Declaration
public static ApplicationType Audio { get; }
Property Value
Type | Description |
---|---|
ApplicationType |
RestrictedLowDelay
Gets an application type of Opus "OPUS_APPLICATION_RESTRICTED_LOWDELAY".
Declaration
public static ApplicationType RestrictedLowDelay { get; }
Property Value
Type | Description |
---|---|
ApplicationType |
Value
Gets the internal integer value representation of this application type.
Declaration
public int Value { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Voip
Gets an application type of Opus "OPUS_APPLICATION_VOIP".
Declaration
public static ApplicationType Voip { get; }
Property Value
Type | Description |
---|---|
ApplicationType |