Our new developer documentation is now available. Please check it out!
Get Capture Devices Available
Returns all available capture devices with the device id. IMPORTANT! Use the Async version in case you experience stuttering. The Async version runs asynchronously and uses a callback when the result is available.
Inputs
Name | Type | Description |
---|---|---|
Exec | exec | |
On Result (Async Only) | delegate | Callback for when the result is available. Used only in the async version. |
Outputs
Name | Type | Description |
---|---|---|
Exec | exec | |
Out Devices | Array of object | All available capture devices. This is the output for both synchronous and asynchronous versions. |