GA_OutputFlagsType

Declaration

typedef enum {
    gaOUTPUT_CRT            = 0x0001,
    gaOUTPUT_LCD            = 0x0002,
    gaOUTPUT_DFP            = 0x0400,
    gaOUTPUT_TV             = 0x0004,
    gaOUTPUT_SELECTMASK     = 0x0407,
    gaOUTPUT_TVNTSC         = 0x0008,
    gaOUTPUT_TVNTSC_J       = 0x0010,
    gaOUTPUT_TVPAL          = 0x0020,
    gaOUTPUT_TVPAL_M        = 0x0040,
    gaOUTPUT_TVPAL_60       = 0x0080,
    gaOUTPUT_TVPAL_CN       = 0x0100,
    gaOUTPUT_TVSCART_PAL    = 0x0200,
    gaOUTPUT_TVUNDERSCAN    = 0x0000,
    gaOUTPUT_TVOVERSCAN     = 0x8000,
    gaOUTPUT_TVCOLORMASK    = 0x03F8
    } GA_OutputFlagsType

Prototype In

snap/graphics.h

Description

Flags for the different output displays supported by the driver. These flags are passed to the SetDisplayOutput function to change the currently active display device and the GetDisplayDevice function to determine what devices are currenlty being used to display output.

Note:    The color format for TV modes may be specified, or it may not. In the case where the color format is not specified, the currently active color format will be used. In some cases the color format is set in hardware and cannot be changed.

Members

gaOUTPUT_CRT

Indicates output is sent to CRT display

gaOUTPUT_LCD

Indicates output is sent to LCD panel

gaOUTPUT_DFP

Indicates output is sent to external DFP connector

gaOUTPUT_TV

Indicates output is sent to TV connector

gaOUTPUT_SELECTMASK

Mask to mask out just the output selection

gaOUTPUT_TVNTSC

Set TVOut connector color format to NTSC

gaOUTPUT_TVNTSC_J

Set TVOut connector color format to NTSC-J

gaOUTPUT_TVPAL

Set TVOut connector color format to PAL

gaOUTPUT_TVPAL_M

Set TVOut connector color format to PAL-M

gaOUTPUT_TVPAL_60

Set TVOut connector color format to PAL-60

gaOUTPUT_TVPAL_CN

Set TVOut connector color format to PAL-CN

gaOUTPUT_TVSCART_PAL

Set TVOut connector color format to SCART-PAL

gaOUTPUT_TVUNDERSCAN

Indicates TV output should be underscanned

gaOUTPUT_TVOVERSCAN

Indicates TV output should be overscanned

gaOUTPUT_TVCOLORMASK

Mask to mask out TV color format

 

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