Skip to content

Latest commit

 

History

History
117 lines (74 loc) · 2.77 KB

wmimonitordigitalvideoinputparams.md

File metadata and controls

117 lines (74 loc) · 2.77 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Represents input parameters for digital video.
aa459612-db79-477b-891f-28c9d0b1b497
WmiMonitorDigitalVideoInputParams class
reference
05/31/2018
APIRef
kbSyntax
WmiMonitorDigitalVideoInputParams
WmiMonitorDigitalVideoInputParams.Active
WmiMonitorDigitalVideoInputParams.InstanceName
WmiMonitorDigitalVideoInputParams.IsDFP1xCompatible
DllExport
WmiProv.dll

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