/api/aes67/summary-info

Use the interface to obtain running information of AES67 device.

Request Mode

POST /api/aes67/summary-info

Response Body

{
    "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
        }
    ]
}
Name Description
status 0 indicates that the request was accepted successfully. Refer to API Status Codes.
temperature Current temperature of the unit's processor.
card-address Board index, shows the rotary switch number.
unbalance.in.linked True indicates an unbalance input is connected, otherwise it is false.
unbalance.in.depth Sampling bit depth of unbalance input. Options are L16 and L24.
unbalance.in.channel-num Number of unbalance input channels.
unbalance.out.linked True indicates an unbalance output is connected, otherwise it is false.
unbalance.out.depth Sampling bit depth of unbalance output. Options are L16 and L24.
unbalance.out.channel-num Number of unbalance output channels.
balance.in.linked True indicates a balanced input is connected, otherwise it is false.
balance.in.depth Sampling bit depth of balanced input. Options are L16 and L24.
balance.in.channel-num Number of balanced input channels.
balance.out.linked True indicates a balanced output is connected, otherwise it is false.
balance.out.depth Sampling bit depth of balanced output. Options are L16 and L24.
balance.out.channel-num Number of balanced output channels.
uac.usb-connected True indicates a USB Audio class is connected, otherwise it is false.
uac.in.linked True indicates UAC input works, otherwise it is false.
uac.in.sample-rate Sample rate of UAC input.
uac.in.depth Sampling bit depth of UAC input.
uac.in.channel-num Number of UAC input channels.
uac.out.linked True indicates UAC output works, otherwise it is false.
uac.out.sample-rate Sample rate of UAC output.
uac.out.depth Sampling bit depth of UAC output.
uac.out.channel-num Number of UAC output channels.
sources[i].name AES67 source name.
sources[i].sample-rate Sample rate of AES67 source. Options are 44100, 48000, and 96000.
sources[i].depth Sampling bit depth of AES67 source. Options are L16, and L24.
sources[i].channel-num Number of AES67 source channels.
sources[i].ptime AES67 packet time. Options are 0.125ms, 0.250ms, 0.333ms, 1ms, and 4ms.
sinks[i].name AES67 sink connected source name.
sinks[i].sample-rate Sample rate of AES67 sink. Options are 44100, 48000, and 96000.
sinks[i].depth Sampling bit depth of AES67 sink. Options are L16, and L24.
sinks[i].channel-num Number of AES67 sink channels.
sinks[i].ptime AES67 packet time. Options are 0.125ms, 0.250ms, 0.333ms, 1ms, and 4ms.
sinks[i].qos Qos of AES67 sink.
0x0001: sync
0x0002: not sync
0x0004: Underflow
0x0008: Overflow
0x0010: Late
0x0020: unmute
0x0040: mute

results matching ""

    No results matching ""