MCS_controlsType

Declaration

typedef enum {
    MCS_brightness                      = 0x10,
    MCS_contrast                        = 0x12,
    MCS_redVideoGain                    = 0x16,
    MCS_greenVideoGain                  = 0x18,
    MCS_blueVideoGain                   = 0x1A,
    MCS_redVideoBlackLevel              = 0x6C,
    MCS_greenVideoBlackLevel            = 0x6E,
    MCS_blueVideoBlackLevel             = 0x70,
    MCS_focus                           = 0x1C,
    MCS_horizontalPosition              = 0x20,
    MCS_horizontalSize                  = 0x22,
    MCS_horizontalPincushion            = 0x24,
    MCS_horizontalPincushionBalance     = 0x26,
    MCS_horizontalMisconvergence        = 0x28,
    MCS_horizontalLinearity             = 0x2A,
    MCS_horizontalLinearityBalance      = 0x2C,
    MCS_verticalPosition                = 0x30,
    MCS_verticalSize                    = 0x32,
    MCS_verticalPincushion              = 0x34,
    MCS_verticalPincushionBalance       = 0x36,
    MCS_verticalMisconvergence          = 0x38,
    MCS_verticalLinearity               = 0x3A,
    MCS_verticalLinearityBalance        = 0x3C,
    MCS_parallelogramDistortion         = 0x40,
    MCS_trapezoidalDistortion           = 0x42,
    MCS_tilt                            = 0x44,
    MCS_topCornerDistortionControl      = 0x46,
    MCS_topCornerDistortionBalance      = 0x48,
    MCS_bottomCornerDistortionControl   = 0x4A,
    MCS_bottomCornerDistortionBalance   = 0x4C,
    MCS_hue                             = 0x50,
    MCS_saturation                      = 0x52,
    MCS_colorCurveAdjust                = 0x54,
    MCS_horizontalMoire                 = 0x56,
    MCS_verticalMoire                   = 0x58,
    MCS_audioSpeakerVolume              = 0x62,
    MCS_microphoneSpeakerVolume         = 0x64,
    MCS_horAdd                          = 0x72,
    MCS_verAdd                          = 0x74,
    MCS_bufferAdd                       = 0x76,
    MCS_update                          = 0x78,
    MCS_adjustFocalPlane                = 0x7A,
    MCS_adjustZoom                      = 0x7C,
    MCS_trapezoid                       = 0x7E,
    MCS_keystone                        = 0x80,
    MCS_horFlip                         = 0x82,
    MCS_vertFlip                        = 0x84,
    MCS_displayScaling                  = 0x86,
    MCS_velocityScanModulation          = 0x88,
    MCS_tvColorSaturation               = 0x8A,
    MCS_tvSharpness                     = 0x8C,
    MCS_tvContrast                      = 0x8E,
    MCS_tvHue                           = 0x90,
    MCS_tvBlackLevel                    = 0x92,

    MCS_selectColorPreset               = 0x14,
    MCS_inputLevelSelect1               = 0x5E,
    MCS_inputLevelSelect2               = 0xCC,
    MCS_inputSourceSelect1              = 0x60,
    MCS_inputSourceSelect2              = 0xCE,
    MCS_outputSourceSelect1             = 0xD0,
    MCS_outputSourceSelect2             = 0xD2,
    MCS_onScreenDisplayEnable           = 0x66,
    MCS_onScreenDisplay                 = 0xCA,
    MCS_languageSelect                  = 0x68,
    MCS_stereoMode                      = 0xD4,
    MCS_displayPowerMode                = 0xD6,
    MCS_presetColorTemp                 = 0xD8,
    MCS_scanFormat                      = 0xDA,
    MCS_displayMode                     = 0xDC,
    MCS_operationMode                   = 0xDE,

    MCS_autoSizeCenter                  = 0xA2,
    MCS_polarityHorizontalSync          = 0xA4,
    MCS_polarityVerticalSync            = 0xA6,
    MCS_syncType                        = 0xA8,
    MCS_screenOrientation               = 0xAA,
    MCS_horFrequency                    = 0xAC,
    MCS_vertFrequency                   = 0xAE,

    MCS_degauss                         = 0x00
    } MCS_controlsType

Prototype In

snap/ddc.h

Description

This enumeration defines the known Monitor Control Command Set controls that can be used to control a monitor via the DDC2Bi protocol. The monitor controls listed here are defined by the VESA Monitor Control Command Set V1.0 specification. Please consult the VESA specification (V1.0 or later) for more information.

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com