Uses of Enum Class
io.github.lunasaw.gb28181.common.entity.control.instruction.enums.PTZControlEnum.ZoomDirection
Packages that use PTZControlEnum.ZoomDirection
Package
Description
-
Uses of PTZControlEnum.ZoomDirection in io.github.lunasaw.gb28181.common.entity.control.instruction.builder
Methods in io.github.lunasaw.gb28181.common.entity.control.instruction.builder with parameters of type PTZControlEnum.ZoomDirectionModifier and TypeMethodDescriptionPTZInstructionBuilder.addPTZControl
(PTZControlEnum.PanDirection pan, PTZControlEnum.TiltDirection tilt, PTZControlEnum.ZoomDirection zoom) 添加PTZ控制指令 - 支持组合控制 -
Uses of PTZControlEnum.ZoomDirection in io.github.lunasaw.gb28181.common.entity.control.instruction.enums
Methods in io.github.lunasaw.gb28181.common.entity.control.instruction.enums that return PTZControlEnum.ZoomDirectionModifier and TypeMethodDescriptionPTZControlEnum.getZoomDirection()
获取变倍控制类型static PTZControlEnum.ZoomDirection
Returns the enum constant of this class with the specified name.static PTZControlEnum.ZoomDirection[]
PTZControlEnum.ZoomDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.