"audioStatus":
"isAvailable": :图层的音频是否可用
"isOpen": :图层的音频是否打开播放
"general":
"name": 图层的名称;
"zorder": 图层的z序;
"isFreeze": 是否冻结
"flipType": 翻转类型(0:正常;1:水平翻转;2:垂直翻转;3:镜像翻转)
"isBackground": 图层是否为所在screen的背景;
"sizeType": [0:SL,1:DL,2:4K]
"type": 图层的类型[0:mix,1:SL 2:remapping ]
"lock": 是否锁定
"reverseControl":反控信息
"ip": 反控ip
"port": 反控端口号
"source":
"sourceType": 源类型:0:无源,1:输入类型, 3:IPC类型
"inputId": 输入源的ID,输入是ipc类型的源,此字段传255
"cropId": 截取Id,255表示使用原始源
"interfaceType": 接口类型
"connectCapacity": 连接容量
"slotId": 槽位id
"name": 源名称
"window":
"width": 宽,单位:像素
"height": 高,单位:像素
"x": 水平起始位置,单位:像素
"y": 垂直起始位置,单位:像素
"lockRatio": 锁定纵横比{
"body":{
"screenId":1,
"deviceId":0
},
"sign":"MjI0OGYzMGQwMjhlMmI4YTNmMjM2MjE3MjYzYTFkODg=",
"pId":"1",
"timeStamp":"1631949094265"
}curl --location --request POST '/open/api/layer/detailList' \
--header 'Content-Type: application/json' \
--data-raw '{
"body":{
"screenId":1,
"deviceId":0
},
"sign":"MjI0OGYzMGQwMjhlMmI4YTNmMjM2MjE3MjYzYTFkODg=",
"pId":"1",
"timeStamp":"1631949094265"
}'{
"body": {
"deviceId": 0,
"screenId": 0,
"screenLayers": [
{
"audioStatus": {
"isAvailable": 0,
"isOpen": 0
},
"deviceId": 0,
"general": {
"flipType": 0,
"isBackground": false,
"isFreeze": false,
"layerId": 2,
"lock": 0,
"name": "图层 3",
"sizeType": 0,
"type": 1,
"zorder": 1
},
"isExceedingLimit": false,
"layerId": 2,
"reverseControl": {
"ip": "",
"port": 18986
},
"screenId": 0,
"source": {
"channelId": 65535,
"channelNum": 1,
"connectCapacity": 0,
"cropId": 255,
"decodeId": 255,
"decodeMode": 255,
"functionType": 0,
"hardwareType": 0,
"inputId": 10,
"interfaceType": 27,
"intfCapacity": 255,
"modelId": 31504,
"montageId": 0,
"name": "input 3-4-1",
"originalCropId": 0,
"originalInputId": 0,
"pullId": 65535,
"slotId": 2,
"sourceId": 0,
"sourceType": 1,
"streamId": 65535,
"streamIndex": 0,
"templateId": 65535,
"videoMode": 255
},
"window": {
"height": 1080,
"lockRatio": 0,
"width": 960,
"x": 3245,
"y": 1115
}
},
{
"audioStatus": {
"isAvailable": 0,
"isOpen": 0
},
"deviceId": 0,
"general": {
"flipType": 0,
"isBackground": false,
"isFreeze": false,
"layerId": 0,
"lock": 0,
"name": "图层 1",
"sizeType": 0,
"type": 1,
"zorder": 0
},
"isExceedingLimit": false,
"layerId": 0,
"reverseControl": {
"ip": "",
"port": 18986
},
"screenId": 0,
"source": {
"channelId": 65535,
"channelNum": 1,
"connectCapacity": 0,
"cropId": 255,
"decodeId": 255,
"decodeMode": 255,
"functionType": 0,
"hardwareType": 0,
"inputId": 8,
"interfaceType": 27,
"intfCapacity": 255,
"modelId": 31504,
"montageId": 0,
"name": "input 3-3-1",
"originalCropId": 0,
"originalInputId": 0,
"pullId": 65535,
"slotId": 2,
"sourceId": 0,
"sourceType": 1,
"streamId": 65535,
"streamIndex": 0,
"templateId": 65535,
"videoMode": 255
},
"window": {
"height": 1080,
"lockRatio": 0,
"width": 960,
"x": 2285,
"y": 1115
}
}
]
},
"msg": "Success",
"sign": "",
"status": 0
}