WmiMonitorDigitalVideoInputParams class

The WmiMonitorDigitalVideoInputParamsrepresents input parameters for digital video. The data in this class corresponds to data in the Video Input Definition of Video Electronics Standard Association (VESA) Enhanced Extended Display Identification Data (E-EDID) standard. An instance of this class is available only when the value of the VideoInputType property of the WmiMonitorBasicDisplayParams class is "Digital".

Syntax

class WmiMonitorDigitalVideoInputParams : MSMonitorClass
{
  boolean Active;
  string  InstanceName;
  boolean IsDFP1xCompatible;
};

Members

The WmiMonitorDigitalVideoInputParams class has these types of members:

Properties

The WmiMonitorDigitalVideoInputParams class has these properties.

Active

Data type: boolean

Access type: Read-only

Indicates the active monitor.

InstanceName

Data type: string

Access type: Read-only

Qualifiers: Key

Name of the specific monitor instance.

IsDFP1xCompatible

Data type: boolean

Access type: Read-only

VESA DFP 1.x or compatible. If set, interface is signal compatible with VESA Digital Flat Panel (DFP) 1.x Transition Minimized Differential Signaling (TMDS) CRGB, 1 pixel/clock, up to 8 bits/color most significant bit (MSB) aligned, DE active high.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\wmi
MOF
WmiCore.mof
DLL
WmiProv.dll

See also

MSMonitorClass