Uses of Enum Class
io.github.lunasaw.gb28181.common.entity.control.instruction.enums.FIControlEnum.FocusDirection
Packages that use FIControlEnum.FocusDirection
Package
Description
-
Uses of FIControlEnum.FocusDirection 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 FIControlEnum.FocusDirectionModifier and TypeMethodDescriptionPTZInstructionBuilder.addFIControl
(FIControlEnum.IrisDirection iris, FIControlEnum.FocusDirection focus) 添加FI控制指令 - 支持组合控制 -
Uses of FIControlEnum.FocusDirection in io.github.lunasaw.gb28181.common.entity.control.instruction.enums
Methods in io.github.lunasaw.gb28181.common.entity.control.instruction.enums that return FIControlEnum.FocusDirectionModifier and TypeMethodDescriptionFIControlEnum.getFocusDirection()
获取聚焦控制类型static FIControlEnum.FocusDirection
Returns the enum constant of this class with the specified name.static FIControlEnum.FocusDirection[]
FIControlEnum.FocusDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.