Enum VLDSCapture.TVLDSDVInResolution

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 TVLDSDVInResolution = (dvrUseCurrent, dvrFull, dvrHalf, dvrQuater, dvrDC);

C++ Builder:

enum TVLDSDVInResolution {dvrUseCurrent, dvrFull, dvrHalf, dvrQuater, dvrDC};

Visual C++ (MFC):

enum CTVLDSDVInResolution {dvrUseCurrent, dvrFull, dvrHalf, dvrQuater, dvrDC};

Summary

Enumerated type for the output DV video resolutions.

Description

Defines enumerated type for the output DV video resolutions.

Values

dvrUseCurrent
dvrFull Full resolution to be used.
dvrHalf Half resolution to be used.
dvrQuater Quarter resolution to be used.
dvrDC One eighth resolution to be used.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox