Class for filtering silence in the received media data.
| C# | Visual Basic | Visual C++ |
public class VADFilter : AudioHandler
Public Class VADFilter _ Inherits AudioHandler
public ref class VADFilter : public AudioHandler
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| 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.
|
| Object | |||
| VoIPMediaHandler | |||
| AudioHandler | |||
| VADFilter | |||