obs-get-input-kind-list
Retrieve all available input types in OBS Studio to identify compatible sources for creating new inputs in your streaming setup.
Instructions
Gets an array of all available input kinds in OBS
Input Schema
Name | Required | Description | Default |
---|---|---|---|
unversioned | No | True to return all kinds as unversioned, False to return with version suffixes |
Input Schema (JSON Schema)
{
"properties": {
"unversioned": {
"description": "True to return all kinds as unversioned, False to return with version suffixes",
"type": "boolean"
}
},
"type": "object"
}