Click or drag to resize
IMicrophone Interface

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

The IMicrophone 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.
(Inherited from IAudioSender.)
Public methodReceiverConnected
This will be called when this object has been connected to an audio receiver.
(Inherited from IAudioSender.)
Public methodReceiverDisconnected
This will be called when this object has been disconnected from an audio receiver.
(Inherited from IAudioSender.)
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.)
Public methodStart
Starts the media.
(Inherited from IMedia.)
Public methodStop
Stops the media.
(Inherited from IMedia.)
Top
Events
See Also