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 TypeMethodDescriptionboolean
ConnectionSettings.isSupportedEncoders
(FrameEncoders frameEncoders) Returns if encoders are supported by the host.void
RenderAreaListener.onInitializedConnection
(RenderArea renderArea, Connection sender, FrameEncoders frameEncoders) Triggered when the connection and the frame encoders are initialized successfully.void
RenderAreaListener.onOpenedConnection
(RenderArea renderArea, Connection connection, FrameEncoders frameEncoders) Triggered when a client connects to theRenderArea
.void
RenderAreaListener.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