| IMicrophone Methods | 
The IMicrophone 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.
              (Inherited from IAudioSender.) | |
| ReceiverConnected | 
            This will be called when this object has been connected to an audio receiver.
              (Inherited from IAudioSender.) | |
| ReceiverDisconnected | 
            This will be called when this object has been disconnected from an audio receiver.
              (Inherited from IAudioSender.) | |
| 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.) | |
| Start | 
            Starts the media.
              (Inherited from IMedia.) | |
| Stop | 
            Stops the media.
              (Inherited from IMedia.) |