61 virtual void update( std::shared_ptr<Connection> connection ) = 0;
<a href="IconLegend.html"><img src="extRV.gif" alt="RemoteViz" border="0"></a>
virtual float getFrameQuality() const =0
Returns the frame quality value used to encode interactive frames.
virtual unsigned int getFramesPerSecond() const =0
Returns the FPS value used to send frames to the client periodically.
virtual void update(std::shared_ptr< Connection > connection)=0
Update value of the FPS and frame quality.
virtual ~IFrameEncodingPolicy()
Destructor.
#define RENDERSERVICE_API