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 | (Inherited from DisposableClass.) |
![]() | Dispose(Boolean) |
Disposes the object.
(Overrides DisposableClass.Dispose(Boolean).) |
![]() ![]() | DisposeDevices |
Disposes the previously created and not disposed devices.
|
![]() | Finalize | (Inherited from DisposableClass.) |
![]() | GetAudioFormat | (Overrides AudioSender.GetAudioFormat.) |
![]() ![]() | 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 | (Inherited from AudioSender.) |
![]() | ReceiverDisconnected | (Inherited from AudioSender.) |
![]() | SendMediaData | (Inherited from AbstractMediaSenderAudioData, AudioFormat.) |
![]() | SetPreferredSendFormats | (Inherited from AbstractMediaSenderAudioData, AudioFormat.) |
![]() | Start |
Starts microphone audio capture.
|
![]() | Stop |
Stops microphone audio capture.
|
Name | Description | |
---|---|---|
![]() | DisposeManaged |
Manages access to the microphone's Dispose function.
It disposes the microphone only if all its owners have called DisposeManaged function on it.
Use this function paired with StartManaged and StopManaged ones.
(Defined by MediaManaged.) |
![]() | StartManaged |
Manages access to the microphone's Start function.
Use this function paired with StopManaged and DisposeManaged ones.
(Defined by MediaManaged.) |
![]() | StopManaged |
Manages access to the microphone's Stop function.
It stops the microphone only if all its owners have called StopManaged function on it.
Use this function paired with StartManaged and DisposeManaged ones.
(Defined by MediaManaged.) |