JVCL Help:TJvAVICapture.Connect
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAVICapture.Connect Method
[+] TJvAVICapture Events
[+] TJvAVICapture Fields
[+] TJvAVICapture Methods
[+] TJvAVICapture Properties
Search in JVCL Help
Search in all projectsSummary
Tries to connect the component to the given driver.
Pascal
functionConnect(Driver: TJvDriverIndex): Boolean;
Parameters
Parameters | Description |
Driver: TJvDriverIndex | The index of the driver to connect to. |
Return Value
True if connection was successful, false otherwise.
Description
Generally, there is only one driver on a given system. You then choose a different source depending on what you want to capture. If the given driver index is invalid, an EInvalidDriverIndexError exception is triggered.
See Also
TJvAVICapture.Connected, TJvAVICapture.DriverIndex
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