Developer Documentation

Get Capture Devices Available

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

NameTypeDescription
Execexec
On Result (Async Only)delegateCallback for when the result is available. Used only in the async version.

Outputs

NameTypeDescription
Execexec
Out DevicesArray of objectAll available capture devices. This is the output for both synchronous and asynchronous versions.