Property VLTypes.TVLOptionalVideoSize.Current
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.
Class: TVLOptionalVideoSize
Contents |
Syntax
Delphi:
property Current : Boolean read FCurrent write FCurrent default True;
C++ Builder:
__property bool Current = { read=FCurrent, write=FCurrent, default=True };
Summary
Use the current device settings.
Description
If set to True the TVLCapture component will use the current
size for the device.
If set to False the TVLCapture component will use the size specified by Width and Height.