| IAudioSender Methods | 
The IAudioSender type exposes the following members.
 Methods
Methods| 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.) | 
 See Also
See Also