The max rate to send framebuffer updates at, in frames per second.
The default is 15.
Namespace: RemoteViewing.Vnc.ServerAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
public double MaxUpdateRate { get; set; }
public double MaxUpdateRate { get; set; }
Public Property MaxUpdateRate As Double
Get
Set
Public Property MaxUpdateRate As Double
Get
Set
public:
property double MaxUpdateRate {
double get ();
void set (double value);
}
member MaxUpdateRate : float with get, set
member MaxUpdateRate : float with get, set