Click or drag to resize

IMediaDevicesAudioCaptureDevices Property

Gets a collection of the available audio capture devices.

Namespace:  DotNetBrowser.Media
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IEnumerable<MediaDevice> AudioCaptureDevices { get; }

Property Value

Type: IEnumerableMediaDevice
The collection of the available audio capture devices.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IMediaDevices has already been disposed.
See Also