Class Bandwidth
Audio bandwidths for Opus, used when updating the "OPUS_SET_BANDWIDTH" (EncoderConfig.Bandwidth) or "OPUS_SET_MAX_BANDWIDTH" (EncoderConfig.MaxBandwidth) configuration.
Inheritance
System.Object
    Bandwidth
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: FM.LiveSwitch.Opus
Assembly: FM.LiveSwitch.Opus.dll
Syntax
public sealed class Bandwidth
  Properties
Auto
Gets a bandwidth of Opus "OPUS_AUTO".
Declaration
public static Bandwidth Auto { get; }
  Property Value
| Type | Description | 
|---|---|
| Bandwidth | 
FullBand
Gets a bandwidth of Opus "OPUS_BANDWIDTH_FULLBAND".
Declaration
public static Bandwidth FullBand { get; }
  Property Value
| Type | Description | 
|---|---|
| Bandwidth | 
MediumBand
Gets a bandwidth of Opus "OPUS_BANDWIDTH_MEDIUMBAND".
Declaration
public static Bandwidth MediumBand { get; }
  Property Value
| Type | Description | 
|---|---|
| Bandwidth | 
NarrowBand
Gets a bandwidth of Opus "OPUS_BANDWIDTH_NARROWBAND".
Declaration
public static Bandwidth NarrowBand { get; }
  Property Value
| Type | Description | 
|---|---|
| Bandwidth | 
SuperWideBand
Gets a bandwidth of Opus "OPUS_BANDWIDTH_SUPERWIDEBAND".
Declaration
public static Bandwidth SuperWideBand { get; }
  Property Value
| Type | Description | 
|---|---|
| Bandwidth | 
Value
Gets the internal integer value representation of this signal.
Declaration
public int Value { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
WideBand
Gets a bandwidth of Opus "OPUS_BANDWIDTH_WIDEBAND".
Declaration
public static Bandwidth WideBand { get; }
  Property Value
| Type | Description | 
|---|---|
| Bandwidth |