Uses of Class
com.openinventor.remoteviz.rendering.FrameEncoders.Encoders
-
Packages that use FrameEncoders.Encoders Package Description com.openinventor.remoteviz.rendering Table of Contents -
-
Uses of FrameEncoders.Encoders in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering that return FrameEncoders.Encoders Modifier and Type Method Description FrameEncoders.Encoders
FrameEncoders. getInteractiveEncoder()
Gets the interactive encoder.FrameEncoders.Encoders
FrameEncoders. getStillEncoder()
Gets the still encoder.static FrameEncoders.Encoders
FrameEncoders.Encoders. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic FrameEncoders.Encoders
FrameEncoders.Encoders. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FrameEncoders.Encoders[]
FrameEncoders.Encoders. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.remoteviz.rendering with parameters of type FrameEncoders.Encoders Modifier and Type Method Description void
FrameEncoders. setInteractiveEncoder(FrameEncoders.Encoders value)
Sets the interactive encoder.void
FrameEncoders. setStillEncoder(FrameEncoders.Encoders value)
Sets the still encoder.
-