get-vumeter-info
Use the interface to get the real-time audio level value of the current scene.
Request Mode
POST http://ip/mwapi/get-vumeter-info
Response Body
{
"status": 0,
"output": [
{
"id": 1,
"vu_left": -100,
"vu_right": -100,
"inCurrentScene": true
}
],
"input": [
{
"id": 11,
"vu_left": -100,
"vu_right": -100,
"inCurrentScene": true
},
{
"id": 14,
"vu_left": -100,
"vu_right": -100,
"inCurrentScene": true
},
{
"id": 17,
"vu_left": -100,
"vu_right": -100,
"inCurrentScene": true
},
{
"id": 18,
"vu_left": -100,
"vu_right": -100,
"inCurrentScene": true
},
{
"id": 21,
"vu_left": -100,
"vu_right": -100,
"inCurrentScene": true
},
{
"id": 12,
"vu_left": -100,
"vu_right": -100,
"inCurrentScene": false
},
{
"id": 13,
"vu_left": -100,
"vu_right": -100,
"inCurrentScene": false
},
{
"id": 19,
"vu_left": -100,
"vu_right": -100,
"inCurrentScene": false
},
{
"id": 20,
"vu_left": -100,
"vu_right": -100,
"inCurrentScene": false
}
]
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |
id | 1: Output; 11: Mic; 12: HDMI 1; 13: HDMI 2; 14: BGM; 15: Video in layer 1; 16: Video in layer 2; 17: USB-C; 18: Line in; 19: USB Camera; 21: Web page |
vu_left | The left channel |
vu_right | The right channel |
inCurrentScene | Whether to mix to the current scene |