Click or drag to resize

SelectMediaDeviceParametersMediaDevices Property

Gets the IMediaDevices instance associated with the handler.

Namespace:  DotNetBrowser.Media.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public IMediaDevices MediaDevices { get; }

Property Value

Type: IMediaDevices
The IMediaDevices instance associated with the handler.
See Also