fadeIn
Use the interface to fade in the audio.
Director Plus
Request Mode
POST/GET http://ip/V1.0/volume/fadeIn?type=0&volume=0&duration=500
Request Data
| Parameter | Type | Description |
|---|---|---|
| type | Int | Audio type |
| volume | Int | dB value, -40 ~ 10 |
| duration | Int | Fade duration, in ms, ranging from 0 to 1000 |
Audio Type
| Type | Description |
|---|---|
| 0x0001 | Monitor |
| 0x0003 | Program |
| 0x0700 | HDMI 1 |
| 0x0800 | HDMI 2 |
| 0x0802 | HDMI 3 |
| 0x0803 | HDMI 4 |
| 0x0200 | Mic 1 |
| 0x0201 | Mic 2 |
| 0x0300 | Bluetooth input |
| 0x0600 | BGM |
| 0x0604 | App1 |
| 0x0605 | App2 |
| 0x0606 | App3 |
For other audio types, please refer to getConfig.
Response Body
Director One / Director Mini
Not supported