obs-get-source-filter-list
Retrieve all filters applied to a specific source in OBS Studio to manage and configure audio/video processing settings.
Instructions
Gets an array of all of a source's filters
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sourceName | Yes | Name of the source |
Input Schema (JSON Schema)
{
"properties": {
"sourceName": {
"description": "Name of the source",
"type": "string"
}
},
"required": [
"sourceName"
],
"type": "object"
}