summaryrefslogtreecommitdiff
path: root/base/src/main/java/com/smartdevicelink/proxy/rpc/SetMediaClockTimer.java
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2022-06-29 11:35:22 -0400
committerGitHub <noreply@github.com>2022-06-29 11:35:22 -0400
commitc1afd4f7d4af7cd6783d2c019b877153f84a6745 (patch)
tree58dc7d3105f1b43ddf528636b6cbadd725d30b3f /base/src/main/java/com/smartdevicelink/proxy/rpc/SetMediaClockTimer.java
parent16b2ab698a70294c0e060dd88883936a6288b6b8 (diff)
parent527537cb2fca37deaffd705d7f8d5f1c2b74b3f0 (diff)
downloadsdl_android-c1afd4f7d4af7cd6783d2c019b877153f84a6745.tar.gz
Merge pull request #1816 from smartdevicelink/release/5.5.0_RC5.5.0
Release 5.5.0
Diffstat (limited to 'base/src/main/java/com/smartdevicelink/proxy/rpc/SetMediaClockTimer.java')
-rw-r--r--base/src/main/java/com/smartdevicelink/proxy/rpc/SetMediaClockTimer.java15
1 files changed, 4 insertions, 11 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 099224638..139c3a77a 100644
--- a/base/src/main/java/com/smartdevicelink/proxy/rpc/SetMediaClockTimer.java
+++ b/base/src/main/java/com/smartdevicelink/proxy/rpc/SetMediaClockTimer.java
@@ -99,12 +99,9 @@ import java.util.Hashtable;
* <td>countRate</td>
* <td>Float</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>
- * @since SmartDeviceLink 7.1.0
- * </td>
+ * <td>SmartDeviceLink 7.1.0</td>
* </tr>
* <tr>
* <td>forwardSeekIndicator</td>
@@ -112,9 +109,7 @@ import java.util.Hashtable;
* <td>Used to control the forward seek button to either skip forward a set amount of time or to the next track.</td>
* <td>N</td>
* <td></td>
- * <td>
- * @since SmartDeviceLink 7.1.0
- * </td>
+ * <td>SmartDeviceLink 7.1.0</td>
* </tr>
* <tr>
* <td>backSeekIndicator</td>
@@ -122,9 +117,7 @@ import java.util.Hashtable;
* <td>Used to control the forward seek button to either skip back a set amount of time or to the previous track.</td>
* <td>N</td>
* <td></td>
- * <td>
- * @since SmartDeviceLink 7.1.0
- * </td>
+ * <td>SmartDeviceLink 7.1.0</td>
* </tr>
*
* </table>
@@ -142,7 +135,7 @@ import java.util.Hashtable;
* <p> REJECTED </p>
* <p> IGNORED </p>
*
- * @since SmartDeviceLink 1.0
+ * SmartDeviceLink 1.0
*/
public class SetMediaClockTimer extends RPCRequest {
public static final String KEY_START_TIME = "startTime";