| Microphone Methods |
The Microphone type exposes the following members.
| Name | Description | |
|---|---|---|
| ChangeFormat |
Changes the recording format of the device.
Please note that this method is not working under linux system due to device driver compatibility issues.
| |
| Dispose |
Disposes the object.
(Inherited from DisposableClass.) | |
| Dispose(Boolean) |
Disposes the object.
(Overrides DisposableClassDispose(Boolean).) | |
| DisposeDevices |
Disposes the previously created and not disposed devices.
| |
| Finalize | (Inherited from DisposableClass.) | |
| GetAudioFormat | (Overrides AudioSenderGetAudioFormat.) | |
| GetDefaultDevice |
Retreives the default microphone device
| |
| GetDevice |
Retreives the specified microphone device.
| |
| GetDevices |
Retrieves the available capturing devices.
| |
| GetDevicesCount |
Retreives the number of available capturing devices.
| |
| ReceiverConnected |
This will be called when this object has been connected to an audio receiver.
(Inherited from AudioSender.) | |
| ReceiverDisconnected |
This will be called when this object has been disconnected from an audio receiver.
(Inherited from AudioSender.) | |
| SendMediaData | (Inherited from AbstractMediaSenderTData, TFormat.) | |
| SetPreferredSendFormats | (Inherited from AbstractMediaSenderTData, TFormat.) | |
| Start |
Starts microphone audio capture.
| |
| Stop |
Stops microphone audio capture.
|