类 EZConstants
- java.lang.Object
-
- com.videogo.openapi.EZConstants
-
public class EZConstants extends java.lang.Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classEZConstants.EZAlarmStatusstatic classEZConstants.EZAlarmTypestatic classEZConstants.EZCloudPlaybackRate已过时。云存储和本地录像倍速已经统一,直接使用EZPlaybackRate即可static classEZConstants.EZDefenceStatusstatic classEZConstants.EZLeaveMsgTypestatic classEZConstants.EZMessageStatusstatic classEZConstants.EZMessageTypestatic classEZConstants.EZNotificationDataTypestatic classEZConstants.EZPlatformTypestatic classEZConstants.EZPlaybackConstantsstatic classEZConstants.EZPlaybackRateSDCard回放速率static classEZConstants.EZPTZActionstatic classEZConstants.EZPTZCommandstatic classEZConstants.EZPTZDisplayCommandclassEZConstants.EZRealPlayConstantsstatic classEZConstants.EZSMSTypestatic classEZConstants.EZTalkbackCapabilitystatic classEZConstants.EZVideoLevelstatic classEZConstants.EZWiFiConfigModestatic classEZConstants.EZWifiConfigStatus
-
字段概要
字段 修饰符和类型 字段 说明 static intEZ_PTZ_NO_ERRORptz 返回正常static intMSG_GOT_STREAM_TYPE获取到当前取流类型static intMSG_VIDEO_SIZE_CHANGED视频画面大小变化static intPRESET_CLEAN清除预置点static intPRESET_GOTO转到预置点static intPRESET_SET设置预置点static intPTZ_DOWNptz 下static intPTZ_FLIPptz 画面翻转static intPTZ_LEFTptz 左static intPTZ_RIGHTptz 右static intPTZ_SPEED_DEFAULTptz 默认速度static intPTZ_SPEED_FASTptz 快速static intPTZ_SPEED_SLOWptz 慢速static intPTZ_UPptz 上static intPTZ_ZOOMINptz 画面放大static intPTZ_ZOOMOUTptz 画面缩小
-
构造器概要
构造器 构造器 说明 EZConstants()
-
-
-
字段详细资料
-
EZ_PTZ_NO_ERROR
public static final int EZ_PTZ_NO_ERROR
ptz 返回正常- 另请参阅:
- 常量字段值
-
MSG_VIDEO_SIZE_CHANGED
public static final int MSG_VIDEO_SIZE_CHANGED
视频画面大小变化- 另请参阅:
- 常量字段值
-
MSG_GOT_STREAM_TYPE
public static final int MSG_GOT_STREAM_TYPE
获取到当前取流类型- 另请参阅:
- 常量字段值
-
PTZ_SPEED_SLOW
public static final int PTZ_SPEED_SLOW
ptz 慢速- 另请参阅:
- 常量字段值
-
PTZ_SPEED_DEFAULT
public static final int PTZ_SPEED_DEFAULT
ptz 默认速度- 另请参阅:
- 常量字段值
-
PTZ_SPEED_FAST
public static final int PTZ_SPEED_FAST
ptz 快速- 另请参阅:
- 常量字段值
-
PTZ_UP
public static final int PTZ_UP
ptz 上- 另请参阅:
- 常量字段值
-
PTZ_DOWN
public static final int PTZ_DOWN
ptz 下- 另请参阅:
- 常量字段值
-
PTZ_LEFT
public static final int PTZ_LEFT
ptz 左- 另请参阅:
- 常量字段值
-
PTZ_RIGHT
public static final int PTZ_RIGHT
ptz 右- 另请参阅:
- 常量字段值
-
PTZ_FLIP
public static final int PTZ_FLIP
ptz 画面翻转- 另请参阅:
- 常量字段值
-
PTZ_ZOOMIN
public static final int PTZ_ZOOMIN
ptz 画面放大- 另请参阅:
- 常量字段值
-
PTZ_ZOOMOUT
public static final int PTZ_ZOOMOUT
ptz 画面缩小- 另请参阅:
- 常量字段值
-
PRESET_SET
public static final int PRESET_SET
设置预置点- 另请参阅:
- 常量字段值
-
PRESET_CLEAN
public static final int PRESET_CLEAN
清除预置点- 另请参阅:
- 常量字段值
-
PRESET_GOTO
public static final int PRESET_GOTO
转到预置点- 另请参阅:
- 常量字段值
-
-