JVCL Help:TJvDriverCaps

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

The capabilities of the driver on the current system.

run\JvAVICapture.pas


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

run\JvAVICapture.pas


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