Click or drag to resize

VADFilter Class

Class for filtering silence in the received media data.
Inheritance Hierarchy
SystemObject
  DisposableClass
    AudioHandler
      Ozeki.MediaVADFilter

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class VADFilter : AudioHandler

The VADFilter type exposes the following members.

Constructors
 NameDescription
Public methodVADFilter Initializes a new instance of the VADFilter class.
Top
Properties
 NameDescription
Public propertyActivationLevel Gets or sets the additional level of the voice activity detection in dB.
Public propertyConverterType
(Inherited from AudioHandler)
Public propertyEnabled Indicates whether the filter is turned on
Public propertyID
(Inherited from DisposableClass)
Public propertyReceiveFormats
(Inherited from AudioHandler)
Top
Methods
 NameDescription
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean)Releases the unmanaged resources used by the VADFilter and optionally releases the managed resources
(Overrides DisposableClass.Dispose(Boolean))
Protected methodFinalize
(Inherited from DisposableClass)
Public methodGetAudioFormat
(Overrides AudioHandler.GetAudioFormat)
Public methodOnDataReceived This will be called when media data received from a media handler.
(Overrides AudioHandler.OnDataReceived(Object, AudioData))
Protected methodReceiverConnected
(Inherited from AudioHandler)
Protected methodReceiverDisconnected
(Inherited from AudioHandler)
Protected methodSendData
(Inherited from AudioHandler)
Protected methodSenderConnected
(Inherited from AudioHandler)
Protected methodSenderDisconnected
(Inherited from AudioHandler)
Public methodSetPreferredSendFormats
(Inherited from AudioHandler)
Protected methodSetReceiveFormats
(Inherited from AudioHandler)
Top
Events
 NameDescription
Public eventMediaDataSent
(Inherited from AudioHandler)
Public eventReceiveFormatsChanged
(Inherited from AudioHandler)
Public eventVoiceDetected Indicates whether the speech is detected in the received media data.
Top
See Also