Enum VLDSVideoOut.TVLDSDVFormat
From Mitov Wiki Doc
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: VideoLabPkg
Unit: VLDSVideoOut
Contents |
Syntax
Delphi:
type TVLDSDVFormat = (dvfNTSC, dvfPAL);
C++ Builder:
enum TVLDSDVFormat {dvfNTSC, dvfPAL};
Visual C++ (MFC):
enum CTVLDSDVFormat {dvfNTSC, dvfPAL};
Summary
PAL and NTSC video formats enumeration.
Description
Defines the PAL and NTSC video formats to be used for the video capture and output components.
Values
dvfNTSC | NTSC video format. |
dvfPAL | PAL video format. |