SelectMediaDeviceParametersDevices Property |
Gets the collection of the available media stream devices of the requested
Type.
Namespace:
DotNetBrowser.Media.Handlers
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax public IEnumerable<MediaDevice> Devices { get; }
Property Value
Type:
IEnumerableMediaDevice
The collection of the available media stream devices of the requested
Type.
If there are no media stream devices available, this will be an empty collection.
See Also