summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Henigan <robert.henigan@livio.io>2021-01-08 16:13:18 -0500
committerGitHub <noreply@github.com>2021-01-08 16:13:18 -0500
commitadfd6ab5811a1270840933df31058dd832a2b194 (patch)
tree1505dd5e6ee872753d24813ffda20e3f1a76d237
parenta6727755f44cdb6bb2949535883352ed0667d3a3 (diff)
downloadsdl_android-feature/issue_1147.tar.gz
Update base/src/main/java/com/smartdevicelink/proxy/rpc/SetMediaClockTimer.javafeature/issue_1147
Co-authored-by: Bilal Alsharifi <599206+bilal-alsharifi@users.noreply.github.com>
-rw-r--r--base/src/main/java/com/smartdevicelink/proxy/rpc/SetMediaClockTimer.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/src/main/java/com/smartdevicelink/proxy/rpc/SetMediaClockTimer.java b/base/src/main/java/com/smartdevicelink/proxy/rpc/SetMediaClockTimer.java
index b6912d50f..4e7b113a1 100644
--- a/base/src/main/java/com/smartdevicelink/proxy/rpc/SetMediaClockTimer.java
+++ b/base/src/main/java/com/smartdevicelink/proxy/rpc/SetMediaClockTimer.java
@@ -98,7 +98,8 @@ import java.util.Hashtable;
* <tr>
* <td>countRate</td>
* <td>Float</td>
- * <td>The value of this parameter is the amount that the media clock timer will advance per 1.0seconds of real time. Values less than 1.0 will therefore advance the timer slower thanreal-time, while values greater than 1.0 will advance the timer faster than real-time.e.g. If this parameter is set to `0.5`, the timer will advance one second per two secondsreal-time, or at 50% speed. If this parameter is set to `2.0`, the timer will advance twoseconds per one second real-time, or at 200% speed.</td>
+ * <td>The value of this parameter is the amount that the media clock timer will advance per 1.0 seconds of real time. Values less than 1.0 will therefore advance the timer slower than real-time, while values greater than 1.0 will advance the timer faster than real-time.e.g. If this parameter is set to `0.5`, the timer will advance one second per two seconds real-time, or at 50% speed. If this parameter is set to `2.0`, the timer will advance two seconds per one second real-time, or at 200% speed.</td>
+
* <td>N</td>
* <td>{"num_min_value": 0.1, "num_max_value": 100.0}</td>
* <td>