Enum VLScreenCapture.TVLCaptureSizeMode
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: VLScreenCapture
Contents |
Syntax
Delphi:
type TVLCaptureSizeMode = (csmScreen, csmCustom);
C++ Builder:
enum TVLCaptureSizeMode {csmScreen, csmCustom};
Visual C++ (MFC):
enum CTVLCaptureSizeMode {csmScreen, csmCustom};
Summary
Capture size modes enumeration.
Description
Defines enumeration with the capture size modes.
Values
csmScreen | Full screen capture size mode. |
csmCustom | Custom capture size mode. |