Click or drag to resize

AudioQualityEnhancer Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    AudioHandler
      Ozeki.MediaAudioQualityEnhancer

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
Syntax
public class AudioQualityEnhancer : AudioHandler

The AudioQualityEnhancer type exposes the following members.

Constructors
 NameDescription
Public methodAudioQualityEnhancerInitializes a new instance of the AudioQualityEnhancer class
Public methodAudioQualityEnhancer(AudioFormat)Initializes a new instance of the AudioQualityEnhancer class
Top
Properties
 NameDescription
Public propertyAcousticEchoCancellation 
Public propertyAutoGainControl 
Public propertyConverterType
(Inherited from AudioHandler)
Public propertyEchoDelay 
Public propertyGainSpeed 
Public propertyID
(Inherited from DisposableClass)
Public propertyMaxGain 
Public propertyNoiseReductionLevel 
Public propertyReceiveFormats
(Inherited from AudioHandler)
Top
Methods
 NameDescription
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean)Releases the unmanaged resources used by the AudioQualityEnhancer and optionally releases the managed resources
(Overrides DisposableClass.Dispose(Boolean))
Protected methodFinalize
(Inherited from DisposableClass)
Public methodGetAudioFormat
(Overrides AudioHandler.GetAudioFormat)
Public methodOnDataReceived
(Overrides AudioHandler.OnDataReceived(Object, AudioData))
Protected methodReceiverConnected
(Inherited from AudioHandler)
Protected methodReceiverDisconnected
(Inherited from AudioHandler)
Public methodRefresh 
Protected methodSendData
(Inherited from AudioHandler)
Protected methodSenderConnected
(Inherited from AudioHandler)
Protected methodSenderDisconnected
(Inherited from AudioHandler)
Public methodSetEchoSource 
Public methodSetPreferredSendFormats
(Inherited from AudioHandler)
Protected methodSetReceiveFormats
(Inherited from AudioHandler)
Public methodStart 
Public methodStop 
Top
Events
 NameDescription
Public eventMediaDataSent
(Inherited from AudioHandler)
Public eventReceiveFormatsChanged
(Inherited from AudioHandler)
Top
See Also