Uses of Enum Class
com.openinventor.remoteviz.rendering.FrameEncoders.Encoders
Packages that use FrameEncoders.Encoders
-
Uses of FrameEncoders.Encoders in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering that return FrameEncoders.EncodersModifier and TypeMethodDescriptionFrameEncoders.getInteractiveEncoder()Gets the interactive encoder.FrameEncoders.getStillEncoder()Gets the still encoder.static FrameEncoders.EncodersFrameEncoders.Encoders.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic FrameEncoders.EncodersReturns the enum constant of this class with the specified name.static FrameEncoders.Encoders[]FrameEncoders.Encoders.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.remoteviz.rendering with parameters of type FrameEncoders.EncodersModifier and TypeMethodDescriptionvoidFrameEncoders.setInteractiveEncoder(FrameEncoders.Encoders value) Sets the interactive encoder.voidFrameEncoders.setStillEncoder(FrameEncoders.Encoders value) Sets the still encoder.