Click or drag to resize

IMediaDevices Interface

An engine service that allows accessing all the available media input devices.

Namespace:  DotNetBrowser.Media
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public interface IMediaDevices : IAutoDisposable

The IMediaDevices type exposes the following members.

Properties
  NameDescription
Public propertyAudioCaptureDevices
Gets a collection of the available audio capture devices.
Public propertyEngine
Gets the IEngine instance associated with this object.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertySelectMediaDeviceHandler
Gets or sets a handler that is used when the web page asks which media input device should be used.
Public propertyVideoCaptureDevices
Gets a collection of the available video capture devices.
Top
Events
  NameDescription
Public eventDisposed
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.)
Top
See Also