Property AudioCaptureDevices
- Namespace
- DotNetBrowser.Media
- Assembly
- DotNetBrowser.dll
AudioCaptureDevices
Gets a collection of the available audio capture devices.
IEnumerable<MediaDevice> AudioCaptureDevices { get; }
Property Value
- IEnumerable<MediaDevice>
The collection of the available audio capture devices.
Exceptions
- ObjectDisposedException
The IMediaDevices has already been disposed.