Uses of Class
com.openinventor.remoteviz.rendering.FrameEncoders
Packages that use FrameEncoders
-
Uses of FrameEncoders in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering that return FrameEncodersModifier and TypeMethodDescriptionConnectionSettings.getFrameEncoders()Gets the frame encoders used by the connection.Methods in com.openinventor.remoteviz.rendering with parameters of type FrameEncodersModifier and TypeMethodDescriptionbooleanConnectionSettings.isSupportedEncoders(FrameEncoders frameEncoders) Returns if encoders are supported by the host.voidRenderAreaListener.onInitializedConnection(RenderArea renderArea, Connection sender, FrameEncoders frameEncoders) Triggered when the connection and the frame encoders are initialized successfully.voidRenderAreaListener.onOpenedConnection(RenderArea renderArea, Connection connection, FrameEncoders frameEncoders) Triggered when a client connects to theRenderArea.voidRenderAreaListener.onRefusedEncoder(RenderArea renderArea, Connection sender, FrameEncoders encoders) Triggered when a frame encoder cannot be initialized.Constructors in com.openinventor.remoteviz.rendering with parameters of type FrameEncoders