单个 PIP 位置调整协议
请求地址:

http://ip:port/Matrix/ChangePIP?hostid={$hostid}&winid={$winid}&left={$left}&top={$top}&right={$rig ht}&bottom={$bottom}}


请求方式: GET


请求参数:
参数名 类型 描述
hostid int 解码器设备 ID
winid int 前端返回的窗口ID
left int 左上角坐标的 X
top int 左上角坐标的 Y
right int 右上角坐标的 X
bottom int 右上角坐标的 Y
返回数据:

{

"result" :{$result},

}

返回字段:
字段名 类型 描述
result int 执行结果: 0 成功, -1 为失败