Uses of Class
com.openinventor.remoteviz.rendering.IFrameEncodingPolicy
Packages that use IFrameEncodingPolicy
-
Uses of IFrameEncodingPolicy in com.openinventor.remoteviz.rendering
Subclasses of IFrameEncodingPolicy in com.openinventor.remoteviz.renderingModifier and TypeClassDescriptionclass
This class provides a calculation policy which allows to manage the FPS (frames per second) and the quality of interactive frames sent from Remoteviz service depending on the network bandwidth allocated to theConnection
.class
This class provides a calculation policy which allows to manage the FPS (frames per second) and the quality of interactive frames sent from Remoteviz service depending on the network bandwidth allocated to theConnection
.Methods in com.openinventor.remoteviz.rendering with parameters of type IFrameEncodingPolicyModifier and TypeMethodDescriptionvoid
ConnectionSettings.setFrameEncodingPolicy
(IFrameEncodingPolicy policy) Sets the frame encoding policy used by theConnection
.