Uses of Enum Class
io.github.lunasaw.gb28181.common.entity.utils.PtzCmdEnum
Packages that use PtzCmdEnum
Package
Description
-
Uses of PtzCmdEnum in io.github.lunasaw.gb28181.common.entity.utils
Methods in io.github.lunasaw.gb28181.common.entity.utils that return PtzCmdEnumModifier 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.Methods in io.github.lunasaw.gb28181.common.entity.utils with parameters of type PtzCmdEnumModifier and TypeMethodDescriptionstatic String
PtzUtils.getPtzCmd
(PtzCmdEnum ptzCmdEnum, int speed) -
Uses of PtzCmdEnum in io.github.lunasaw.gbproxy.server.transimit.cmd
Methods in io.github.lunasaw.gbproxy.server.transimit.cmd with parameters of type PtzCmdEnumModifier and TypeMethodDescriptionstatic String
ServerSendCmd.deviceControlPtzCmd
(FromDevice fromDevice, ToDevice toDevice, PtzCmdEnum ptzCmdEnum, Integer speed) 云台控制命令