Implemented new "Speed" parameter which allows to set initial playback
speed.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2514 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/java/src/com/tightvnc/rfbplayer/README b/java/src/com/tightvnc/rfbplayer/README
index 1661652..67a28d2 100644
--- a/java/src/com/tightvnc/rfbplayer/README
+++ b/java/src/com/tightvnc/rfbplayer/README
@@ -58,6 +58,15 @@
coalesce several small updates into one drawing operation, improving CPU
usage. Set this parameter to 0 to disable deferred updates.
+--> "Speed"
+
+ Value: positive fixed-point or floating-point number.
+ Default: "1.0".
+
+ Sets playback speed where 1 is normal speed, 2 is double speed,
+ and 0.5 is half speed etc. Both number formats like 0.2 and 2e-1
+ are acceptable.
+
Licensing Terms
===============