35 class IFrameEncodingPolicy;
36 class ConnectionSettingsImpl;
55 friend class ConnectionImpl;
145 std::shared_ptr<ConnectionSettingsImpl> getImpl()
const;
157 std::shared_ptr<ConnectionSettingsImpl> pImpl;
valueRef operator=(valueRef newValue)
Sets this field to newValue.
<a href="IconLegend.html"><img src="extRV.gif" alt="RemoteViz" border="0"></a>
std::shared_ptr< const FrameEncoders > getFrameEncoders() const
Gets the frame encoders used by the connection.
unsigned int getKeepAliveTimeOut() const
Gets the keepalive timeout (ms).
SoDEPRECATED unsigned int getMaxFPS() const
Gets the maximum number of frames per second sent to the client.
void setFrameEncodingPolicy(std::shared_ptr< IFrameEncodingPolicy > policy)
Sets the frame encoding policy used by the Connection.
void setKeepAliveTimeOut(unsigned int value)
Sets the keepalive timeout (ms).
SoDEPRECATED void setMaxFPS(unsigned int value)
Sets the frame encoding policy to KeepFrameQualityPolicy (see setFrameEncodingPolicy) and the FPS tar...
bool isSupportedEncoders(std::shared_ptr< const FrameEncoders > frameEncoders) const
Returns if encoders are supported by the host.
#define RENDERSERVICE_API