get-surfaces 接口
获取所有叠加选项信息。
请求方式
GET http://ip/usapi?method=get-surfaces
参数 | 说明 |
---|---|
method | 方法名称:get-surfaces |
返回数据
{
"result": 0,
"main-surface": 1, // 主码流是否启用叠加
"second-surface": 0, // 次码流是否启用叠加
"surfaces": [],
}
属性 | 说明 |
---|---|
result | 返回状态,0:新增成功,返回其它值请参考 API 状态码 |