#include <RemoteViz/Rendering/ClientSettings.h>
| |
void | setBandwidth (unsigned int val) |
unsigned int | getBandwidth () const |
Settings that define a Client
unsigned int RemoteViz::Rendering::ClientSettings::getBandwidth | ( | ) | const |
Gets the maximum network bandwidth consumed by the client.
Default value is 800Mbps.
This value influences the quality and the number of interactive frames sent to the client (see ConnectionSettings::setFrameEncodingPolicy). The higher the value, the better the quality and the number of interactive frames.
void RemoteViz::Rendering::ClientSettings::setBandwidth | ( | unsigned int | val | ) |
Sets the maximum network bandwidth consumed by the client.
Default value is 800Mbps.
This value influences the quality and the number of interactive frames sent to the client (see ConnectionSettings::setFrameEncodingPolicy). The higher the value, the better the quality and the number of interactive frames.
val | : network bandwidth in bit per seconds |