Click or drag to resize
IAudioSender Interface

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public interface IAudioSender : IMediaSender<AudioData, AudioFormat>, 
	IDisposable

The IAudioSender type exposes the following members.

Methods
  NameDescription
Public methodGetAudioFormat
Gets the send format of the media sender. If there is no preferred format it returns the default (8kHz, 16bit, mono) audio format.
Public methodReceiverConnected
This will be called when this object has been connected to an audio receiver.
Public methodReceiverDisconnected
This will be called when this object has been disconnected from an audio receiver.
Public methodSetPreferredSendFormats
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.)
Top
Events
See Also