obs-get-output-settings
Retrieve the current configuration settings for a specified output in OBS Studio, enabling users to inspect and manage streaming or recording parameters.
Instructions
Gets the settings of an output
Input Schema
Name | Required | Description | Default |
---|---|---|---|
outputName | Yes | Output name |
Input Schema (JSON Schema)
{
"properties": {
"outputName": {
"description": "Output name",
"type": "string"
}
},
"required": [
"outputName"
],
"type": "object"
}