Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntaxpublic interface IMicrophone : IDisposable,
IAudioSender, IMediaSender<AudioData, AudioFormat>, IMedia
Public Interface IMicrophone
Inherits IDisposable, IAudioSender, IMediaSender(Of AudioData, AudioFormat),
IMedia
public interface class IMicrophone : IDisposable,
IAudioSender, IMediaSender<AudioData^, AudioFormat^>, IMedia
type IMicrophone =
interface
interface IDisposable
interface IAudioSender
interface IMediaSender<AudioData, AudioFormat>
interface IMedia
endThe IMicrophone type exposes the following members.
Methods| | Name | Description |
|---|
 | GetAudioFormat | (Inherited from IAudioSender) |
 | ReceiverConnected | (Inherited from IAudioSender) |
 | ReceiverDisconnected | (Inherited from IAudioSender) |
 | SetPreferredSendFormats | (Inherited from IMediaSenderAudioData, AudioFormat) |
 | Start | (Inherited from IMedia) |
 | Stop | (Inherited from IMedia) |
Top
Events| | Name | Description |
|---|
 | MediaDataSent | (Inherited from IMediaSenderAudioData, AudioFormat) |
Top
See Also