D3DKMDT_VIDEO_SIGNAL_STANDARD enumeration (d3dkmdt.h)

The D3DKMDT_VIDEO_SIGNAL_STANDARD enumeration contains constants that represent video signal standards.

Syntax

typedef enum _D3DKMDT_VIDEO_SIGNAL_STANDARD {
  D3DKMDT_VSS_UNINITIALIZED,
  D3DKMDT_VSS_VESA_DMT,
  D3DKMDT_VSS_VESA_GTF,
  D3DKMDT_VSS_VESA_CVT,
  D3DKMDT_VSS_IBM,
  D3DKMDT_VSS_APPLE,
  D3DKMDT_VSS_NTSC_M,
  D3DKMDT_VSS_NTSC_J,
  D3DKMDT_VSS_NTSC_443,
  D3DKMDT_VSS_PAL_B,
  D3DKMDT_VSS_PAL_B1,
  D3DKMDT_VSS_PAL_G,
  D3DKMDT_VSS_PAL_H,
  D3DKMDT_VSS_PAL_I,
  D3DKMDT_VSS_PAL_D,
  D3DKMDT_VSS_PAL_N,
  D3DKMDT_VSS_PAL_NC,
  D3DKMDT_VSS_SECAM_B,
  D3DKMDT_VSS_SECAM_D,
  D3DKMDT_VSS_SECAM_G,
  D3DKMDT_VSS_SECAM_H,
  D3DKMDT_VSS_SECAM_K,
  D3DKMDT_VSS_SECAM_K1,
  D3DKMDT_VSS_SECAM_L,
  D3DKMDT_VSS_SECAM_L1,
  D3DKMDT_VSS_EIA_861,
  D3DKMDT_VSS_EIA_861A,
  D3DKMDT_VSS_EIA_861B,
  D3DKMDT_VSS_PAL_K,
  D3DKMDT_VSS_PAL_K1,
  D3DKMDT_VSS_PAL_L,
  D3DKMDT_VSS_PAL_M,
  D3DKMDT_VSS_OTHER
} D3DKMDT_VIDEO_SIGNAL_STANDARD;

Constants

 
D3DKMDT_VSS_UNINITIALIZED
Indicates that a variable of type D3DKMDT_VIDEO_SIGNAL_STANDARD has not yet been assigned a meaningful value.
D3DKMDT_VSS_VESA_DMT
Represents the Video Electronics Standards Association (VESA) Display Monitor Timing (DMT) standard.
D3DKMDT_VSS_VESA_GTF
Represents the VESA Generalized Timing Formula (GTF) standard.
D3DKMDT_VSS_VESA_CVT
Represents the VESA Coordinated Video Timing (CVT) standard.
D3DKMDT_VSS_IBM
Represents the IBM standard.
D3DKMDT_VSS_APPLE
Represents the Apple standard.
D3DKMDT_VSS_NTSC_M
Represents the National Television Standards Committee (NTSC) standard.
D3DKMDT_VSS_NTSC_J
Represents the NTSC standard.
D3DKMDT_VSS_NTSC_443
Represents the NTSC standard.
D3DKMDT_VSS_PAL_B
Represents the Phase Alteration Line (PAL) standard.
D3DKMDT_VSS_PAL_B1
Represents the PAL standard.
D3DKMDT_VSS_PAL_G
Represents the PAL standard.
D3DKMDT_VSS_PAL_H
Represents the PAL standard.
D3DKMDT_VSS_PAL_I
Represents the PAL standard.
D3DKMDT_VSS_PAL_D
Represents the PAL standard.
D3DKMDT_VSS_PAL_N
Represents the PAL standard.
D3DKMDT_VSS_PAL_NC
Represents the PAL standard.
D3DKMDT_VSS_SECAM_B
Represents the Systeme Electronic Pour Couleur Avec Memoire (SECAM) standard.
D3DKMDT_VSS_SECAM_D
Represents the SECAM standard.
D3DKMDT_VSS_SECAM_G
Represents the SECAM standard.
D3DKMDT_VSS_SECAM_H
Represents the SECAM standard.
D3DKMDT_VSS_SECAM_K
Represents the SECAM standard.
D3DKMDT_VSS_SECAM_K1
Represents the SECAM standard.
D3DKMDT_VSS_SECAM_L
Represents the SECAM standard.
D3DKMDT_VSS_SECAM_L1
Represents the SECAM standard.
D3DKMDT_VSS_EIA_861
Represents the Electronics Industries Association (EIA) standard.
D3DKMDT_VSS_EIA_861A
Represents the EIA standard.
D3DKMDT_VSS_EIA_861B
Represents the EIA standard.
D3DKMDT_VSS_PAL_K
Represents the PAL standard.
D3DKMDT_VSS_PAL_K1
Represents the PAL standard.
D3DKMDT_VSS_PAL_L
Represents the PAL standard.
D3DKMDT_VSS_PAL_M
Represents the PAL standard.
D3DKMDT_VSS_OTHER
Represents any video standard other than those represented by the previous constants in this enumeration.

Remarks

This enumeration is used with the D3DKMDT_VIDPN_TARGET_MODE structure. This structure's VideoSignalInfo member is a D3DKMDT_VIDEO_SIGNAL_MODE structure whose VideoStandard member is a D3DKMDT_VIDEO_SIGNAL_STANDARD value.

For more information, see VidPN Objects and Interfaces.

Requirements

Requirement Value
Minimum supported client Windows Vista
Header d3dkmdt.h (include d3dkmddi.h, d3dkmthk.h, dmmdiag.h)

See also

D3DKMDT_VIDEO_SIGNAL_MODE

D3DKMDT_VIDPN_TARGET_MODE