/api/aes67/summary-info 接口
获取 AES67 运行信息。
请求方式
POST /api/aes67/summary-info
返回数据
{
"status": 0,
"temperature": "79.61°C",
"card-address": 0,
"unbalance": {
"in": {
"linked": true,
"depth": "L24",
"channel-num": 2
},
"out": {
"linked": false,
"depth": "L24",
"channel-num": 2
}
},
"balance": {
"in": {
"linked": false,
"depth": "L24",
"channel-num": 2
},
"out": {
"linked": false,
"depth": "L24",
"channel-num": 2
}
},
"uac": {
"usb-connected": true,
"in": {
"linked": false,
"sample-rate": 48000,
"depth": "L24",
"channel-num": 4
},
"out": {
"linked": false,
"sample-rate": 48000,
"depth": "L24",
"channel-num": 4
}
},
"sources": [
{
"name": "Pro_Convert_AES67_7005_0_01",
"depth": "L24",
"channel-num": 2,
"sample-rate": 48000,
"ptime": "1ms"
}
],
"sinks": [
{
"name": "Pro_Convert_AES67_1015_0_01",
"depth": "L24",
"channel-num": 2,
"sample-rate": "48000",
"ptime": "1ms",
"qos": 2
}
]
}
属性 | 说明 |
---|---|
status | 0:执行成功。返回其它值请参考 API 状态码。 |
temperature | 温度。 |
card-address | 拨码开关地址。 |
unbalance.in.linked | unbalance输入是否连接, true:连接, false:未连接 |
unbalance.in.depth | unbalance输入采样位宽 L16, L24 |
unbalance.in.channel-num | unbalance输入通道数 |
unbalance.out.linked | unbalance输出是否连接 |
unbalance.out.depth | unbalance输出采样位宽 L16, L24 |
unbalance.out.channel-num | unbalance输出通道数 |
balance.in.linked | balance输入是否连接 |
balance.in.depth | balance输入采样位宽 L16, L24 |
balance.in.channel-num | balance输入通道数 |
balance.out.linked | balance输出是否连接 |
balance.out.depth | balance输出采样位宽 L16, L24 |
balance.out.channel-num | balance输出通道数 |
uac.usb-connected | USB 是否已连接, true:连接, false:未连接 |
uac.in.linked | UAC输入是否工作 true/false |
uac.in.sample-rate | UAC输入采样率 |
uac.in.depth | UAC 输入采样位宽 |
uac.in.channel-num | UAC输入通道数 |
uac.out.linked | UAC输出是否工作 true/false |
uac.out.sample-rate | UAC输出采样率 |
uac.out.depth | UAC输出采样位宽 |
uac.out.channel-num | UAC输出通道数 |
sources[i].name | AES67 source名称 |
sources[i].sample-rate | AES67 source 采样率,支持44100, 48000, 96000 |
sources[i].depth | AES67 source采样位宽 L16, L24 |
sources[i].channel-num | AES67 source 通道数 |
sources[i].ptime | AES67 packet time, 支持0.125ms, 0.250ms,0.333ms,1ms,4ms |
sinks[i].name | AES67 sink 连接的source 名称 |
sinks[i].sample-rate | AES67 sink 采样率,支持44100, 48000, 96000 |
sinks[i].depth | AES67 sink 采样位宽 L16, L24 |
sinks[i].channel-num | AES67 sink通道数 |
sinks[i].ptime | AES67 packet time, 支持0.125ms, 0.250ms, 0.333ms, 1ms, 4ms |
sinks[i].qos | Qos值的组合 0x0001: sync 0x0002: not sync 0x0004: Underflow 0x0008: Overflow 0x0010: Late 0x0020: unmute 0x0040: mute |