Enum VLDSCapture.TVLDSTVFormat

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Package: VideoLabBasicPkg

Unit: VLDSCapture

Contents

Syntax

Delphi:

type TVLDSTVFormat = (tvfCurrent, tvfNTSC_M, tvfNTSC_M_J, tvfNTSC_433, tvfPAL_B, tvfPAL_D, tvfPAL_G, tvfPAL_H, tvfPAL_I, tvfPAL_M, tvfPAL_N, tvfPAL_60, tvfSECAM_B, tvfSECAM_D, tvfSECAM_G, tvfSECAM_H, tvfSECAM_K, tvfSECAM_K1, tvfSECAM_L, tvfSECAM_L1, tvfPAL_N_COMBO);

C++ Builder:

enum TVLDSTVFormat {tvfCurrent, tvfNTSC_M, tvfNTSC_M_J, tvfNTSC_433, tvfPAL_B, tvfPAL_D, tvfPAL_G, tvfPAL_H, tvfPAL_I, tvfPAL_M, tvfPAL_N, tvfPAL_60, tvfSECAM_B, tvfSECAM_D, tvfSECAM_G, tvfSECAM_H, tvfSECAM_K, tvfSECAM_K1, tvfSECAM_L, tvfSECAM_L1, tvfPAL_N_COMBO};

Visual C++ (MFC):

enum CTVLDSTVFormat {tvfCurrent, tvfNTSC_M, tvfNTSC_M_J, tvfNTSC_433, tvfPAL_B, tvfPAL_D, tvfPAL_G, tvfPAL_H, tvfPAL_I, tvfPAL_M, tvfPAL_N, tvfPAL_60, tvfSECAM_B, tvfSECAM_D, tvfSECAM_G, tvfSECAM_H, tvfSECAM_K, tvfSECAM_K1, tvfSECAM_L, tvfSECAM_L1, tvfPAL_N_COMBO};

Summary

Enumerated type for the DirectShow TV formats.

Description

Defines enumerated type for the DirectShow TV formats.

Values

tvfCurrent The currently selected format should be used.
tvfNTSC_M Use NTSC M format.
tvfNTSC_M_J Use NTSC M J format.
tvfNTSC_433 Use NTSC 433 format.
tvfPAL_B Use PAL B format.
tvfPAL_D Use PAL D format.
tvfPAL_G Use PAL G format.
tvfPAL_H Use PAL H format.
tvfPAL_I Use PAL I format.
tvfPAL_M Use PAL M format.
tvfPAL_N Use PAL N format.
tvfPAL_60 Use PAL 60 format.
tvfSECAM_B Use SECAM B format.
tvfSECAM_D Use SECAM D format.
tvfSECAM_G Use SECAM G format.
tvfSECAM_H Use SECAM H format.
tvfSECAM_K Use SECAM K format.
tvfSECAM_K1 Use SECAM K1 format.
tvfSECAM_L Use SECAM L format.
tvfSECAM_L1 Use SECAM L1 format.
tvfPAL_N_COMBO Use PAL N Combo format.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox