AnalogVideoStandard Enumeration

Summary

Specifies the possible standard video formats available.

Syntax
C#
VB
C++
public enum AnalogVideoStandard 
Public Enum AnalogVideoStandard  
public enum class AnalogVideoStandard   

Members
ValueMemberDescription
0x00000000None Digital sensor
0x00000001NTSC_M standard, 7.5 IRE black.
0x00000002NTSC_M_J standard, 0 IRE black (Japan).
0x00000004NTSC_433 NTSC-433.
0x00000010PAL_B PAL-B standard.
0x00000020PAL_D standard.
0x00000040PAL_G standard.
0x00000080PAL_H standard.
0x00000100PAL_I standard.
0x00000200PAL_M standard.
0x00000400PAL_N standard.
0x00000800PAL_60 PAL-60 standard.
0x00001000SECAM_B standard.
0x00002000SECAM_D standard.
0x00004000SECAM_G standard.
0x00008000SECAM_H standard.
0x00010000SECAM_K standard.
0x00020000SECAM_K1 standard.
0x00040000SECAM_L standard.
0x00080000SECAM_L1 standard.
0x00100000PAL_N_COMBO Combination (N) PAL standard (Argentina).

Remarks

For more detailed information, refer to the Microsoft documentation for IAMAnalogVideoDecoder.get_AvailableTVFormats.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly