/api/aoip/general-info
Use the interface to obtain information about general settings.
Request Mode
POST /api/aoip/general-info
Response Body
{
"status": 0,
"device-lock": false,
"tx-sample-rate": "48000",
"unbld-in": "+12dBu",
"unbld-out": "+12dBu",
"bld-in": "+18dBu",
"bld-out": "+18dBu",
"igmp": "Auto",
"micbias": true,
"audio-pattern": "off",
"uac-num-channels": 2
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes. |
device.deivce-lock | True: lock dante settings; false: unlock dante settings. |
tx-sample-rate | Sample rate of your device. |
unbld-in | Adjust unbalanced input volume. Options are +12dBu(default), +4dBu, +OdBu, -2dBu, 0dBV,and -10dBV. |
unbld-out | Adjust unbalanced output volume. Options are +12dBu(default), +4dBu, OdBu, -2dBu, 0dBV,and -10dBV. |
bld-in | Adjust balanced input volume. Options are +24dBu(SMPTE), +18dBu(EBU)(default), +4dBu, +0dBu,-2dBu, 0dBV, and -10dBV. |
bld-out | Adjust balanced output volume. Options are +18dBu(EBU)(default), +4dBu, OdBu, -2dBu, 0dBV, and -10dBV. |
igmp | IGMP version. Options are Auto, IGMPv2, and IGMPv3. |
micbias | True to enable MIC bias, false to disable MIC bias. |
audio-pattern | Test tone, options are OFF (default), ON (Analog In) and ON (Analog Out). |