D3DKMDTVideoSignalStandard Enumeration

Contains constants that represent video signal standards.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum D3DKMDTVideoSignalStandard

Remarks

Members

Uninitialized 0 Indicates that a variable of type D3DKMDTVideoSignalStandard has not yet been assigned a meaningful value.
VESA_DMT 1 Represents the Video Electronics Standards Association (VESA) Display Monitor Timing (DMT) standard.
VESA_GTF 2 Represents the VESA Generalized Timing Formula (GTF) standard.
VESA_CVT 3 Represents the VESA Coordinated Video Timing (CVT) standard.
IBM 4 Represents the IBM standard.
APPLE 5 Represents the Apple standard.
NTSC_M 6 Represents the National Television Standards Committee (NTSC) standard.
NTSC_J 7 Represents the NTSC standard.
NTSC_443 8 Represents the NTSC standard.
PAL_B 9 Represents the Phase Alteration Line (PAL) standard.
PAL_B1 10 Represents the PAL standard.
PAL_G 11 Represents the PAL standard.
PAL_H 12 Represents the PAL standard.
PAL_I 13 Represents the PAL standard.
PAL_D 14 Represents the PAL standard.
PAL_N 15 Represents the PAL standard.
PAL_NC 16 Represents the PAL standard.
SECAM_B 17 Represents the Systeme Electronic Pour Couleur Avec Memoire (SECAM) standard.
SECAM_D 18 Represents the SECAM standard.
SECAM_G 19 Represents the SECAM standard.
SECAM_H 20 Represents the SECAM standard.
SECAM_K 21 Represents the SECAM standard.
SECAM_K1 22 Represents the SECAM standard.
SECAM_L 23 Represents the SECAM standard.
SECAM_L1 24 Represents the SECAM standard.
EIA_861 25 Represents the Electronics Industries Association (EIA) standard.
EIA_861A 26 Represents the EIA standard.
EIA_861B 27 Represents the EIA standard.
PAL_K 28 Represents the PAL standard.
PAL_K1 29 Represents the PAL standard.
PAL_L 30 Represents the PAL standard.
PAL_M 31 Represents the PAL standard.
Other 255 Represents any video standard other than those represented by the previous constants in this enumeration.

See Also