Uses of Enum Class
io.github.lunasaw.gb28181.common.entity.utils.PtzCmdEnum
Package
Description
-
Uses of PtzCmdEnum in io.github.lunasaw.gb28181.common.entity.utils
Modifier and TypeMethodDescriptionstatic PtzCmdEnum
PtzCmdEnum.getByCommand
(String command) static PtzCmdEnum
Returns the enum constant of this class with the specified name.static PtzCmdEnum[]
PtzCmdEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic String
PtzUtils.getPtzCmd
(PtzCmdEnum ptzCmdEnum, int speed) -
Uses of PtzCmdEnum in io.github.lunasaw.gbproxy.server.transimit.cmd
Modifier and TypeMethodDescriptionstatic String
ServerSendCmd.deviceControlPtzCmd
(FromDevice fromDevice, ToDevice toDevice, PtzCmdEnum ptzCmdEnum, Integer speed) 云台控制命令