obs-get-input-audio-monitor-type
Retrieve the audio monitor type setting for a specific input in OBS Studio to configure audio monitoring behavior during streaming or recording.
Instructions
Gets the audio monitor type of an input
Input Schema
Name | Required | Description | Default |
---|---|---|---|
inputName | Yes | Name of the input to get the audio monitor type of |
Input Schema (JSON Schema)
{
"properties": {
"inputName": {
"description": "Name of the input to get the audio monitor type of",
"type": "string"
}
},
"required": [
"inputName"
],
"type": "object"
}