Click or drag to resize

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.16.0
Syntax
C#
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