Mixes the received audio data and sends the mixed data to a connected media handler.
| C# | Visual Basic | Visual C++ |
public class AudioMixerMediaHandler : AudioHandler
Public Class AudioMixerMediaHandler _ Inherits AudioHandler
public ref class AudioMixerMediaHandler : public AudioHandler
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| AudioMixerMediaHandler()()()() |
Initializes a new instance of the AudioMixerMediaHandler class with default WaveFormat (8000 Hz, 16 bit, mono) and default packetization time (20ms).
| |
| AudioMixerMediaHandler(WaveFormat) |
Initializes a new instance of the AudioMixerMediaHandler class with default packetization time (20ms).
| |
| AudioMixerMediaHandler(WaveFormat, Int32) |
Initializes a new instance of the AudioMixerMediaHandler class.
| |
| 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) |
Disposes the object.
(Overrides VoIPMediaHandler.Dispose(Boolean).) | |
| Dispose()()()() |
Disposes the object.
(Inherited from VoIPMediaHandler.) | |
| 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.) |
| Object | |||
| VoIPMediaHandler | |||
| AudioHandler | |||
| AudioMixerMediaHandler | |||