obs-get-input-default-settings
Retrieve the default configuration settings for any OBS Studio input type to quickly set up new sources with proper initial parameters.
Instructions
Gets the default settings for an input kind
Input Schema
Name | Required | Description | Default |
---|---|---|---|
inputKind | Yes | Input kind to get the default settings for |
Input Schema (JSON Schema)
{
"properties": {
"inputKind": {
"description": "Input kind to get the default settings for",
"type": "string"
}
},
"required": [
"inputKind"
],
"type": "object"
}