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