diff options
author | jacobkeeler <jacob.keeler@livioradio.com> | 2020-12-11 11:46:28 -0500 |
---|---|---|
committer | jacobkeeler <jacob.keeler@livioradio.com> | 2020-12-11 11:46:28 -0500 |
commit | c41f62043da382868afba419569e6772cb4df3f8 (patch) | |
tree | b24c37eceb7e685d94e006178a969aafb51bcdce | |
parent | 2e5c3ab677e667d86304ee169d32fbd4215d70d0 (diff) | |
download | sdl_core-feature/custom_playback_rate.tar.gz |
Add countRate to HMI APIfeature/custom_playback_rate
-rw-r--r-- | src/components/interfaces/HMI_API.xml | 7 | ||||
m--------- | tools/rpc_spec | 0 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml index a9ad0792ec..f7a463f293 100644 --- a/src/components/interfaces/HMI_API.xml +++ b/src/components/interfaces/HMI_API.xml @@ -5553,6 +5553,13 @@ <param name="audioStreamingIndicator" type="Common.AudioStreamingIndicator" mandatory="false"> <description>Indicates that a button press of the Play/Pause button would play, pause or Stop the current playback.</description> </param> + <param name="countRate" type="Float" minvalue="0.1" maxvalue="100.0" defvalue="1.0" mandatory="false"> + <description> + 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. + </description> + </param> <param name="appID" type="Integer" mandatory="true"> <description>ID of application that requested this RPC.</description> </param> diff --git a/tools/rpc_spec b/tools/rpc_spec -Subproject 762489ca140f246923e8bb8f54e96364e9d0101 +Subproject 1905d5523c73bf3b8a31a347cda65377d6df5de |