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.EncodersFrameEncoders. getInteractiveEncoder()Gets the interactive encoder.FrameEncoders.EncodersFrameEncoders. 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.EncodersFrameEncoders.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 voidFrameEncoders. setInteractiveEncoder(FrameEncoders.Encoders value)Sets the interactive encoder.voidFrameEncoders. setStillEncoder(FrameEncoders.Encoders value)Sets the still encoder.
-