get-vumeter-info 接口
获取当前画面音频实时电平值
请求方式
POST http://ip/mwapi/get-vumeter-info
返回数据
{
"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
}
]
}
属性 | 说明 |
---|---|
status | 返回状态。0:请求成功,返回其它值请参考 API 状态码。 |
id | 1:输出、11:麦克风、12:HDMI 1、13:HDMI 2、14:背景音乐、15:Layer 1 中的视频、16:Layer 2中的视频、 17:USB-C、18:线路输入、19:USB Camera、21:网页 |
vu_left | 左声道。 |
vu_right | 左声道。 |
inCurrentScene | 是否混音到当前画面。 |