MediaDeviceInfo

Overview

The MediaDevicesInfo interface contains information that describes a single media input or output device.

Location

Properties


deviceId

 

property deviceId: Int32 read;

 

Int32 deviceId { get; }

 

var deviceId: Int32 { get{} }

 

Int32 deviceId { __get; }

 

ReadOnly Property deviceId() As Int32

groupId

 

property groupId: Int32 read;

 

Int32 groupId { get; }

 

var groupId: Int32 { get{} }

 

Int32 groupId { __get; }

 

ReadOnly Property groupId() As Int32

kind

 

property kind: String read;

 

String kind { get; }

 

var kind: String { get{} }

 

String kind { __get; }

 

ReadOnly Property kind() As String

label

 

property label: String read;

 

String label { get; }

 

var label: String { get{} }

 

String label { __get; }

 

ReadOnly Property label() As String