| IAudioSender Interface |
Namespace: Ozeki.Media
The IAudioSender type exposes the following members.
| Name | Description | |
|---|---|---|
| GetAudioFormat |
Gets the send format of the media sender. If there is no preferred format it returns the default (8kHz, 16bit, mono) audio format.
| |
| ReceiverConnected |
This will be called when this object has been connected to an audio receiver.
| |
| ReceiverDisconnected |
This will be called when this object has been disconnected from an audio receiver.
| |
| SetPreferredSendFormats |
Sets the preferred send formats of the media sender. It will be send the media data in that media format if it is possible.
(Inherited from IMediaSenderTData, TFormat.) |
| Name | Description | |
|---|---|---|
| MediaDataSent |
Occurs when the media data is ready to send.
(Inherited from IMediaSenderTData, TFormat.) |