IMediaDevicesVideoCaptureDevices Property  | 
 
                Gets a collection of the available video capture devices.
            
 
    Namespace: 
   DotNetBrowser.Media
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.5
SyntaxIEnumerable<MediaDevice> VideoCaptureDevices { get; }Property Value
Type: 
IEnumerableMediaDeviceThe collection of the available video capture devices.
Exceptions| Exception | Condition | 
|---|
| ObjectDisposedException | The IMediaDevices has already been disposed. | 
See Also