Enum VLDSVideoOut.TVLDSDVOutResolution

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: VideoLabPkg

Unit: VLDSVideoOut

Contents

Syntax

Delphi:

type TVLDSDVOutResolution = (dvr720, dvr360, dvr180, dvr88);

C++ Builder:

enum TVLDSDVOutResolution {dvr720, dvr360, dvr180, dvr88};

Visual C++ (MFC):

enum CTVLDSDVOutResolution {dvr720, dvr360, dvr180, dvr88};

Summary

Resolutions for NTSC and PAL.

Description

Defines the available output resolutions for NTSC and PAL.

Values

dvr720 NTSC 720 x 480 or PAL 720 x 576 resolution.
dvr360 NTSC 360 x 240 or PAL 360 x 288 resolution.
dvr180 NTSC 180 x 120 or PAL 180 x 144 resolution.
dvr88 NTSC 88 x 66 or PAL 88 x 72 resolution.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox