Enum VLCombine.TVLFrameRateSource

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

Contents

Syntax

Delphi:

type TVLFrameRateSource = (frsMin, frsChannel1, frsChannel2);

C++ Builder:

enum TVLFrameRateSource {frsMin, frsChannel1, frsChannel2};

Visual C++ (MFC):

enum CTVLFrameRateSource {frsMin, frsChannel1, frsChannel2};

Summary

Specifies the frame rate source.

Description

Defines an enumeration that specifies the frame rate source.

Values

frsMin The minimal frame rate of Channel one and two will be used.
frsChannel1 The frame rate of Channel one will be used.
frsChannel2 The frame rate of Channel two will be used.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox