obs-get-input-list
Retrieve a list of all inputs in OBS Studio to manage and monitor audio/video sources for streaming or recording sessions.
Instructions
Gets an array of all inputs in OBS
Input Schema
Name | Required | Description | Default |
---|---|---|---|
inputKind | No | Restrict the array to only inputs of the specified kind |
Input Schema (JSON Schema)
{
"properties": {
"inputKind": {
"description": "Restrict the array to only inputs of the specified kind",
"type": "string"
}
},
"type": "object"
}