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.
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 | All available capture devices. This is the output for both synchronous and asynchronous versions. |