setMic2State
Director Plus
Set the audio state of Mic 2 input.
Address
/audioMixer/setMic2State [state]
Arguments
| Type | Description | |
|---|---|---|
| argument 1 | Int | Audio state 0: Always on (unmute) 1: Always off (mute) |
Example
Mute the Mic 2 input audio.
/audioMixer/setMic2State 1
Note: Floating point numbers will be rounded down.
/audioMixer/setMic2State 1.9 = /audioMixer/setMic2State 1
Director One/Director Mini
Not supported.