| C# | Visual Basic | Visual C++ |
public class MediaGatewayAudioSender : AudioHandler
Public Class MediaGatewayAudioSender _ Inherits AudioHandler
public ref class MediaGatewayAudioSender : public AudioHandler
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| MediaGatewayAudioSender(IMediaStream) | Initializes a new instance of the MediaGatewayAudioSender class | |
| DataReceived(Object, VoIPEventArgs<(Of <<'(AudioData>)>>)) | (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 MediaGatewayAudioSender and optionally releases the managed resources (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 | |||
| MediaGatewayAudioSender | |||