[国标级联] 增加通用通道云台控制和预置位处理接口

This commit is contained in:
lin
2025-03-06 16:01:05 +08:00
parent c0d043ecd9
commit 8a71208035
4 changed files with 85 additions and 9 deletions

View File

@@ -1,8 +1,5 @@
package com.genersoft.iot.vmp.common.enums;
import lombok.Getter;
/**
* 支持的通道数据类型
*/
@@ -11,7 +8,8 @@ public enum ChannelDataType {
GB28181(1,"国标28181"),
STREAM_PUSH(2,"推流设备"),
STREAM_PROXY(3,"拉流代理");
STREAM_PROXY(3,"拉流代理"),
ONVIF(100,"ONVIF");
public final int value;