23#include <Inventor/sys/port.h> 
   24#include <RemoteViz/Rendering/LibHelper.h> 
   33    class ClientSettingsImpl;
 
   74    class RENDERSERVICE_API ClientSettings
 
   78      friend class ClientImpl;
 
   79      friend class ConnectionImpl;
 
   80      friend class ServiceImpl;
 
  121      std::shared_ptr<ClientSettingsImpl> getImpl() 
const;
 
  129      ClientSettings(
const ClientSettings&) = 
delete;
 
  130      ClientSettings& operator= (
const ClientSettings&) = 
delete;
 
  133      std::shared_ptr<ClientSettingsImpl> pImpl;
 
 
unsigned int getBandwidth() const
Gets the maximum network bandwidth to be used by the client.
 
void setBandwidth(unsigned int val)
Sets the network bandwidth to be used by the client.
 
This namespace manages the server-side rendering mechanism.