JVCL Help:TJvDriverCaps
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDriverCaps type
[+] JvAVICapture.pas Types
Search in JVCL Help
Search in all projectsSummary
The capabilities of the driver on the current system.
Pascal
run\JvAVICapture.pas
TJvDriverCaps = setof (dcOverlay, dcDlgVideoSource, dcDlgVideoFormat, dcDlgVideoDisplay, dcCaptureInitialized, dcSuppliesPalettes);
Description
This is a set of the following values. One or more may be present.
Value | Meaning |
dcOverlay | The driver can do overlay rendering |
dcDlgVideoSource | The driver can display a dialog to choose video source |
dcDlgVideoFormat | The driver can display a dialog to choose video format |
dcDlgVideoDisplay | The driver can display a dialog to choose video display |
dcCaptureInitialized | The capture driver is initialized |
dcSuppliesPalettes | The driver supplies palettes |
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page