Class CIM_VideoHeadResolution
extends CIM_SettingData

VideoHeadResolution describes the various video modes that a VideoHead can support. Video modes are defined by the possible horizontal and vertical resolutions, refresh rate, scan mode and number of colors settings supported by a Controller. The actual resolutions, etc. that are in use, are the values specified in the VideoHead object.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_SettingData
   |
   +--CIM_VideoHeadResolution

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringVideoHeadResolution describes the various video modes that a VideoHead can support. Video modes are defined by the possible horizontal and vertical resolutions, refresh rate, scan mode and number of colors settings supported by a Controller. The actual resolutions, etc. that are in use, are the values specified in the VideoHead object.
UMLPackagePathstringCIM::Device::Controller
Versionstring2.31.1

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
HorizontalResolutionuint32
DescriptionstringMonitor's horizontal resolution in Pixels.
MappingStringsstringMIF.DMTF|Monitor Resolutions|002.2
ModelCorrespondencestringCIM_VideoHead.CurrentHorizontalResolution
PUnitstringpixel
UnitsstringPixels
MaxRefreshRateuint32
DescriptionstringMonitor's maximum refresh rate in Hertz, when a range of rates is supported at the specified resolutions.
MappingStringsstringMIF.DMTF|Monitor Resolutions|002.7
ModelCorrespondencestringCIM_VideoHead.MaxRefreshRate
PUnitstringhertz
UnitsstringHertz
MinRefreshRateuint32
DescriptionstringMonitor's minimum refresh rate in Hertz, when a range of rates is supported at the specified resolutions.
MappingStringsstringMIF.DMTF|Monitor Resolutions|002.6
ModelCorrespondencestringCIM_VideoHead.MinRefreshRate
PUnitstringhertz
UnitsstringHertz
NumberOfColorsuint64
DescriptionstringNumber of colors supported at the current resolutions.
ModelCorrespondencestringCIM_VideoHead.CurrentNumberOfColors
OtherScanModestring
DescriptionstringA string describing the scan mode when the instance's ScanMode property is 1 ("Other").
ModelCorrespondencestringCIM_VideoHead.OtherCurrentScanMode, CIM_VideoHeadResolution.ScanMode
RefreshRateuint32
DescriptionstringMonitor's refresh rate in Hertz. If a range of rates is supported, use the MinRefreshRate and MaxRefreshRate properties, and set RefreshRate (this property) to 0.
MappingStringsstringMIF.DMTF|Monitor Resolutions|002.4
ModelCorrespondencestringCIM_VideoHead.CurrentRefreshRate
PUnitstringhertz
UnitsstringHertz
ScanModeuint16
DescriptionstringInteger indicating whether the monitor operates in interlaced (value=5) or non-interlaced (4) mode.
MappingStringsstringMIF.DMTF|Monitor Resolutions|002.5
ModelCorrespondencestringCIM_VideoHead.CurrentScanMode, CIM_VideoHeadResolution.OtherScanMode
ValueMapstring0, 1, 2, 3, 4
ValuesstringUnknown, Other, Not Supported, Non-Interlaced Operation, Interlaced Operation
VerticalResolutionuint32
DescriptionstringMonitor's vertical resolution in Pixels.
MappingStringsstringMIF.DMTF|Monitor Resolutions|002.3
ModelCorrespondencestringCIM_VideoHead.CurrentVerticalResolution
PUnitstringpixel
UnitsstringPixels

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
ChangeableTypeuint16CIM_SettingData
ConfigurationNamestringCIM_SettingData
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_SettingData
InstanceIDstringCIM_SettingData

Class Methods