Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
The AnalogVideoStandard enumeration specifies the format of an analog television signal.
Syntax
typedef enum tagAnalogVideoStandard {
AnalogVideo_None = 0,
AnalogVideo_NTSC_M = 0x1,
AnalogVideo_NTSC_M_J = 0x2,
AnalogVideo_NTSC_433 = 0x4,
AnalogVideo_PAL_B = 0x10,
AnalogVideo_PAL_D = 0x20,
AnalogVideo_PAL_G = 0x40,
AnalogVideo_PAL_H = 0x80,
AnalogVideo_PAL_I = 0x100,
AnalogVideo_PAL_M = 0x200,
AnalogVideo_PAL_N = 0x400,
AnalogVideo_PAL_60 = 0x800,
AnalogVideo_SECAM_B = 0x1000,
AnalogVideo_SECAM_D = 0x2000,
AnalogVideo_SECAM_G = 0x4000,
AnalogVideo_SECAM_H = 0x8000,
AnalogVideo_SECAM_K = 0x10000,
AnalogVideo_SECAM_K1 = 0x20000,
AnalogVideo_SECAM_L = 0x40000,
AnalogVideo_SECAM_L1 = 0x80000,
AnalogVideo_PAL_N_COMBO = 0x100000,
AnalogVideoMask_MCE_NTSC,
AnalogVideoMask_MCE_PAL,
AnalogVideoMask_MCE_SECAM
} AnalogVideoStandard;
Constants
AnalogVideo_NoneValue: 0 Digital sensor. |
AnalogVideo_NTSC_MValue: 0x1 NTSC (M) standard, 7.5 IRE black. |
AnalogVideo_NTSC_M_JValue: 0x2 NTSC (M) standard, 0 IRE black (Japan). |
AnalogVideo_NTSC_433Value: 0x4 NTSC-433. |
AnalogVideo_PAL_BValue: 0x10 PAL-B standard. |
AnalogVideo_PAL_DValue: 0x20 PAL (D) standard. |
AnalogVideo_PAL_GValue: 0x40 |
AnalogVideo_PAL_HValue: 0x80 PAL (H) standard. |
AnalogVideo_PAL_IValue: 0x100 PAL (I) standard. |
AnalogVideo_PAL_MValue: 0x200 PAL (M) standard. |
AnalogVideo_PAL_NValue: 0x400 PAL (N) standard. |
AnalogVideo_PAL_60Value: 0x800 PAL-60 standard. |
AnalogVideo_SECAM_BValue: 0x1000 SECAM (B) standard. |
AnalogVideo_SECAM_DValue: 0x2000 SECAM (D) standard. |
AnalogVideo_SECAM_GValue: 0x4000 SECAM (G) standard. |
AnalogVideo_SECAM_HValue: 0x8000 SECAM (H) standard. |
AnalogVideo_SECAM_KValue: 0x10000 SECAM (K) standard. |
AnalogVideo_SECAM_K1Value: 0x20000 SECAM (K1) standard. |
AnalogVideo_SECAM_LValue: 0x40000 SECAM (L) standard. |
AnalogVideo_SECAM_L1Value: 0x80000 SECAM (L1) standard. |
AnalogVideo_PAL_N_COMBOValue: 0x100000 Combination (N) PAL standard (Argentina). |
AnalogVideoMask_MCE_NTSC |
AnalogVideoMask_MCE_PAL |
AnalogVideoMask_MCE_SECAM |
Requirements
| Requirement | Value |
|---|---|
| Header | strmif.h (include Dshow.h) |