Uses of Class
com.openinventor.remoteviz.rendering.FrameEncoders
-
Packages that use FrameEncoders Package Description com.openinventor.remoteviz.rendering Table of Contents -
-
Uses of FrameEncoders in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering that return FrameEncoders Modifier and Type Method Description FrameEncoders
ConnectionSettings. getFrameEncoders()
Gets the frame encoders used by the connection.Methods in com.openinventor.remoteviz.rendering with parameters of type FrameEncoders Modifier and Type Method Description boolean
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 Constructor Description FrameEncoders(FrameEncoders obj)
Copy constructor.
-