Click or drag to resize

IMicrophone Interface

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

The IMicrophone type exposes the following members.

Methods
  NameDescription
Public methodGetAudioFormat (Inherited from IAudioSender.)
Public methodReceiverConnected (Inherited from IAudioSender.)
Public methodReceiverDisconnected (Inherited from IAudioSender.)
Public methodSetPreferredSendFormats (Inherited from IMediaSenderAudioData, AudioFormat.)
Public methodStart
Starts the media.
(Inherited from IMedia.)
Public methodStop
Stops the media.
(Inherited from IMedia.)
Top
Events
  NameDescription
Public eventMediaDataSent (Inherited from IMediaSenderAudioData, AudioFormat.)
Top
See Also