IMediaDevicesAudioCaptureDevices Property |
Gets a collection of the available audio capture devices.
Namespace:
DotNetBrowser.Media
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.4
SyntaxIEnumerable<MediaDevice> AudioCaptureDevices { get; }
Property Value
Type:
IEnumerableMediaDeviceThe collection of the available audio capture devices.
ExceptionsException | Condition |
---|
ObjectDisposedException | The IMediaDevices has already been disposed. |
See Also