obs-get-input-settings
Retrieve the configuration settings for a specific input source in OBS Studio to inspect or modify its properties.
Instructions
Gets the settings of an input
Input Schema
Name | Required | Description | Default |
---|---|---|---|
inputName | Yes | Name of the input to get the settings of |
Input Schema (JSON Schema)
{
"properties": {
"inputName": {
"description": "Name of the input to get the settings of",
"type": "string"
}
},
"required": [
"inputName"
],
"type": "object"
}