Table of Contents

Class DeviceChangeEvent

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[Value("DeviceChangeEvent")]
public class DeviceChangeEvent : Event
Inheritance
DeviceChangeEvent
Inherited Members

Constructors

DeviceChangeEvent()

public DeviceChangeEvent()

DeviceChangeEvent(string, DeviceChangeEventInit)

public DeviceChangeEvent(string type, DeviceChangeEventInit eventInitDict = null)

Parameters

type string
eventInitDict DeviceChangeEventInit

Properties

Devices

[Value("devices")]
public MediaDeviceInfo[] Devices { get; }

Property Value

MediaDeviceInfo[]

UserInsertedDevices

[Value("userInsertedDevices")]
public MediaDeviceInfo[] UserInsertedDevices { get; }

Property Value

MediaDeviceInfo[]