设置和获取音频输入源
# 设置和获取音频输入源
# 设置音频输入源
Path:
/api/audiointput
Method: PUT
Content-type: application/json; charset=utf-8
接口描述: 设置A100, A200音频输入源
请求参数
名称 | 类型 | 示例 | 描述 |
---|---|---|---|
type | int | 0 | 音频输入源,0内部媒体,1 HMDI |
请求示例
{"type": 0}
# 获取音频输入源
Path:
/api/audiointput.json
Method: GET
Content-type: application/json; charset=utf-8
接口描述: 获取A100, A200音频输入源
响应参数
名称 | 类型 | 示例 | 描述 |
---|---|---|---|
type | int | 0 | 音频输入源,0内部媒体,1 HMDI |
响应示例
{"type": 0}