Uses of Class
com.openinventor.remoteviz.rendering.IFrameEncodingPolicy
-
Packages that use IFrameEncodingPolicy Package Description com.openinventor.remoteviz.rendering Table of Contents -
-
Uses of IFrameEncodingPolicy in com.openinventor.remoteviz.rendering
Subclasses of IFrameEncodingPolicy in com.openinventor.remoteviz.rendering Modifier and Type Class Description class
KeepFrameQualityPolicy
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
KeepFramesPerSecondPolicy
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 IFrameEncodingPolicy Modifier and Type Method Description void
ConnectionSettings. setFrameEncodingPolicy(IFrameEncodingPolicy policy)
Sets the frame encoding policy used by theConnection
.
-