Click or drag to resize

Microphone Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaSenderAudioData, AudioFormat
      AudioSender
        Ozeki.MediaMicrophone

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntax
public class Microphone : AudioSender, IDisposable, 
	IAudioSender, IMediaSender<AudioData, AudioFormat>, IAudioControl, 
	IMedia, IMicrophone

The Microphone type exposes the following members.

Constructors
 NameDescription
Protected methodMicrophoneInitializes a new instance of the Microphone class
Top
Properties
 NameDescription
Public propertyDeviceGUID 
Public propertyDeviceInfo 
Public propertyID
(Inherited from DisposableClass)
Public propertyInitialized 
Public propertyLevel 
Public propertyMediaFormat 
Public propertyMuted 
Public propertyState 
Public propertyVolume 
Top
Methods
 NameDescription
Public methodChangeFormat 
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean)Releases the unmanaged resources used by the Microphone and optionally releases the managed resources
(Overrides DisposableClass.Dispose(Boolean))
Public methodStatic memberDisposeDevices 
Protected methodFinalize
(Inherited from DisposableClass)
Public methodGetAudioFormat
(Overrides AudioSender.GetAudioFormat)
Public methodStatic memberGetDefaultDevice 
Public methodStatic memberGetDevice 
Public methodStatic memberGetDevices 
Public methodStatic memberGetDevicesCount 
Protected methodReceiverConnected
(Inherited from AudioSender)
Protected methodReceiverDisconnected
(Inherited from AudioSender)
Protected methodSendMediaData
(Inherited from AbstractMediaSenderAudioData, AudioFormat)
Public methodSetPreferredSendFormats
(Inherited from AbstractMediaSenderAudioData, AudioFormat)
Public methodStart 
Public methodStop 
Top
Events
 NameDescription
Public eventLevelChanged 
Public eventMediaDataSent
(Inherited from AbstractMediaSenderAudioData, AudioFormat)
Public eventOnUnplugged 
Public eventStopped 
Top
Extension Methods
 NameDescription
Public Extension MethodDisposeManaged
(Defined by MediaManaged)
Public Extension MethodStartManaged
(Defined by MediaManaged)
Public Extension MethodStopManaged
(Defined by MediaManaged)
Top
See Also