setStreamAudioState
Use the interface to set the state of audio inputs.
Request Mode
POST/GET http://ip/V1.0/volume/setStreamAudioState?name=srt&state=1
Request Data
Parameter | Type | Description |
---|---|---|
name | String | The name of the stream source or USB input source |
state | Int | The audio state. 0: Always on (unmute), the audio is always mixed to the program output. 1: Always off (mute), the audio is always not mixed to the program output. 2: Audio-follow-video (AFV), only when the source is in the program view, the audio is mixed to the program output, which is the default value. |