Class ApplicationType
Application types for Opus, used when updating the "OPUS_SET_APPLICATION" (EncoderConfig.Application) configuration.
Inheritance
System.Object
    ApplicationType
  Namespace: FM.LiveSwitch.Opus
Assembly: FM.LiveSwitch.Opus.dll
Syntax
public sealed class ApplicationType : object
  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 |