Click or drag to resize
Microphone Methods

The Microphone type exposes the following members.

Methods
  NameDescription
Public methodChangeFormat
Changes the recording format of the device. Please note that this method is not working under linux system due to device driver compatibility issues.
Public methodDispose
Disposes the object.
(Inherited from DisposableClass.)
Protected methodDispose(Boolean)
Disposes the object.
(Overrides DisposableClassDispose(Boolean).)
Public methodStatic memberDisposeDevices
Disposes the previously created and not disposed devices.
Protected methodFinalize
(Inherited from DisposableClass.)
Public methodGetAudioFormat (Overrides AudioSenderGetAudioFormat.)
Public methodStatic memberGetDefaultDevice
Retreives the default microphone device
Public methodStatic memberGetDevice
Retreives the specified microphone device.
Public methodStatic memberGetDevices
Retrieves the available capturing devices.
Public methodStatic memberGetDevicesCount
Retreives the number of available capturing devices.
Protected methodReceiverConnected
This will be called when this object has been connected to an audio receiver.
(Inherited from AudioSender.)
Protected methodReceiverDisconnected
This will be called when this object has been disconnected from an audio receiver.
(Inherited from AudioSender.)
Protected methodSendMediaData (Inherited from AbstractMediaSenderTData, TFormat.)
Public methodSetPreferredSendFormats (Inherited from AbstractMediaSenderTData, TFormat.)
Public methodStart
Starts microphone audio capture.
Public methodStop
Stops microphone audio capture.
Top
See Also