Click or drag to resize

Bandwidth Class

Audio bandwidths for Opus, used when updating the "OPUS_SET_BANDWIDTH" (EncoderConfig.Bandwidth) or "OPUS_SET_MAX_BANDWIDTH" (EncoderConfig.MaxBandwidth) configuration.
Inheritance Hierarchy
SystemObject
  FM.IceLink.OpusBandwidth

Namespace:  FM.IceLink.Opus
Assembly:  FM.IceLink.Opus (in FM.IceLink.Opus.dll) Version: 1.1.2.607 (1.1.2.607)

The Bandwidth type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAuto
Gets a bandwidth of Opus "OPUS_AUTO".
Public propertyStatic memberFullBand
Gets a bandwidth of Opus "OPUS_BANDWIDTH_FULLBAND".
Public propertyStatic memberMediumBand
Gets a bandwidth of Opus "OPUS_BANDWIDTH_MEDIUMBAND".
Public propertyStatic memberNarrowBand
Gets a bandwidth of Opus "OPUS_BANDWIDTH_NARROWBAND".
Public propertyStatic memberSuperWideBand
Gets a bandwidth of Opus "OPUS_BANDWIDTH_SUPERWIDEBAND".
Public propertyValue
Gets the internal integer value representation of this signal.
Public propertyStatic memberWideBand
Gets a bandwidth of Opus "OPUS_BANDWIDTH_WIDEBAND".
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also