类 EZConstants
- java.lang.Object
-
- com.videogo.openapi.EZConstants
-
public class EZConstants extends java.lang.Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static class
EZConstants.EZAlarmStatus
static class
EZConstants.EZAlarmType
static class
EZConstants.EZCloudPlaybackRate
已过时。云存储和本地录像倍速已经统一,直接使用EZPlaybackRate即可static class
EZConstants.EZDefenceStatus
static class
EZConstants.EZLeaveMsgType
static class
EZConstants.EZMessageStatus
static class
EZConstants.EZMessageType
static class
EZConstants.EZNotificationDataType
static class
EZConstants.EZPlatformType
static class
EZConstants.EZPlaybackConstants
static class
EZConstants.EZPlaybackRate
SDCard回放速率static class
EZConstants.EZPTZAction
static class
EZConstants.EZPTZCommand
static class
EZConstants.EZPTZDisplayCommand
class
EZConstants.EZRealPlayConstants
static class
EZConstants.EZSMSType
static class
EZConstants.EZTalkbackCapability
static class
EZConstants.EZVideoLevel
static class
EZConstants.EZWiFiConfigMode
static class
EZConstants.EZWifiConfigStatus
-
字段概要
字段 修饰符和类型 字段 说明 static int
EZ_PTZ_NO_ERROR
ptz 返回正常static int
MSG_GOT_STREAM_TYPE
获取到当前取流类型static int
MSG_VIDEO_SIZE_CHANGED
视频画面大小变化static int
PRESET_CLEAN
清除预置点static int
PRESET_GOTO
转到预置点static int
PRESET_SET
设置预置点static int
PTZ_DOWN
ptz 下static int
PTZ_FLIP
ptz 画面翻转static int
PTZ_LEFT
ptz 左static int
PTZ_RIGHT
ptz 右static int
PTZ_SPEED_DEFAULT
ptz 默认速度static int
PTZ_SPEED_FAST
ptz 快速static int
PTZ_SPEED_SLOW
ptz 慢速static int
PTZ_UP
ptz 上static int
PTZ_ZOOMIN
ptz 画面放大static int
PTZ_ZOOMOUT
ptz 画面缩小
-
构造器概要
构造器 构造器 说明 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
转到预置点- 另请参阅:
- 常量字段值
-
-