// d3dkmdt.h
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;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMDT_VIDEO_SIGNAL_STANDARD enumeration contains constants that represent video signal standards.
D3DKMDT_VSS_UNINITIALIZEDIndicates that a variable of type D3DKMDT_VIDEO_SIGNAL_STANDARD has not yet been assigned a meaningful value.
D3DKMDT_VSS_VESA_DMTRepresents the Video Electronics Standards Association (VESA) Display Monitor Timing (DMT) standard.
D3DKMDT_VSS_VESA_GTFRepresents the VESA Generalized Timing Formula (GTF) standard.
D3DKMDT_VSS_VESA_CVTRepresents the VESA Coordinated Video Timing (CVT) standard.
D3DKMDT_VSS_IBMRepresents the IBM standard.
D3DKMDT_VSS_APPLERepresents the Apple standard.
D3DKMDT_VSS_NTSC_MRepresents the National Television Standards Committee (NTSC) standard.
D3DKMDT_VSS_NTSC_JRepresents the NTSC standard.
D3DKMDT_VSS_NTSC_443Represents the NTSC standard.
D3DKMDT_VSS_PAL_BRepresents the Phase Alteration Line (PAL) standard.
D3DKMDT_VSS_PAL_B1Represents the PAL standard.
D3DKMDT_VSS_PAL_GRepresents the PAL standard.
D3DKMDT_VSS_PAL_HRepresents the PAL standard.
D3DKMDT_VSS_PAL_IRepresents the PAL standard.
D3DKMDT_VSS_PAL_DRepresents the PAL standard.
D3DKMDT_VSS_PAL_NRepresents the PAL standard.
D3DKMDT_VSS_PAL_NCRepresents the PAL standard.
D3DKMDT_VSS_SECAM_BRepresents the Systeme Electronic Pour Couleur Avec Memoire (SECAM) standard.
D3DKMDT_VSS_SECAM_DRepresents the SECAM standard.
D3DKMDT_VSS_SECAM_GRepresents the SECAM standard.
D3DKMDT_VSS_SECAM_HRepresents the SECAM standard.
D3DKMDT_VSS_SECAM_KRepresents the SECAM standard.
D3DKMDT_VSS_SECAM_K1Represents the SECAM standard.
D3DKMDT_VSS_SECAM_LRepresents the SECAM standard.
D3DKMDT_VSS_SECAM_L1Represents the SECAM standard.
D3DKMDT_VSS_EIA_861Represents the Electronics Industries Association (EIA) standard.
D3DKMDT_VSS_EIA_861ARepresents the EIA standard.
D3DKMDT_VSS_EIA_861BRepresents the EIA standard.
D3DKMDT_VSS_PAL_KRepresents the PAL standard.
D3DKMDT_VSS_PAL_K1Represents the PAL standard.
D3DKMDT_VSS_PAL_LRepresents the PAL standard.
D3DKMDT_VSS_PAL_MRepresents the PAL standard.
D3DKMDT_VSS_OTHERRepresents any video standard other than those represented by the previous constants in this enumeration.
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.