Ozeki VoIP SDK Class library
VADFilter Class
NamespacesOzeki.Media.MediaHandlersVADFilter
Class for filtering silence in the received media data.
Declaration Syntax
C#Visual BasicVisual C++
public class VADFilter : AudioHandler
Public Class VADFilter _
	Inherits AudioHandler
public ref class VADFilter : public AudioHandler
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
VADFilter()()()()
Initializes a new instance of the VADFilter class.

ActivationLevel
Gets or sets the additional level of the voice activity detection in dB.

DataReceived(Object, VoIPEventArgs<(Of <<'(AudioData>)>>))
This will be called when media data received from a media handler.
(Overrides AudioHandler.DataReceived(Object, VoIPEventArgs<(Of <<'(AudioData>)>>)).)
DataSent
Event that occurs when the data is ready to send.
(Inherited from AudioHandler.)
Dispose(Boolean)
Releases the unmanaged resources used by the VADFilter and optionally releases the managed resources
(Overrides VoIPMediaHandler.Dispose(Boolean).)
Dispose()()()()
Disposes the object.
(Inherited from VoIPMediaHandler.)
Enabled
Indicates whether the filter is turned on

Finalize()()()()
(Inherited from VoIPMediaHandler.)
MediaFormat
Gets the MediaFormat of the media handler.
(Inherited from AudioHandler.)
MediaFormatChanged
Occurs when the MediaFormat of the media handler has changed.
(Inherited from AudioHandler.)
SendData(AudioData)
Sends media data to the connected media handlers.
(Inherited from AudioHandler.)
VoiceDetected
Indicates whether the speech is detected in the received media data.

Inheritance Hierarchy

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243