From 164266fd63c6e2bb2ed3d0d87cc88845ac3bdfb0 Mon Sep 17 00:00:00 2001 From: VladSemenyuk Date: Wed, 2 Jun 2021 18:39:30 +0300 Subject: [PATCH 1/5] Add new parameter for SetMediaClockTimer. Add OnSeekMediaClockTimer notification. --- MOBILE_API.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/MOBILE_API.xml b/MOBILE_API.xml index 4fc9d9c2..7c8eb183 100644 --- a/MOBILE_API.xml +++ b/MOBILE_API.xml @@ -3223,7 +3223,8 @@ - + + From 3f971311c4fe191f2853b6a9103cb336d3e8ec9f Mon Sep 17 00:00:00 2001 From: VladSemenyuk Date: Thu, 3 Jun 2021 18:25:16 +0300 Subject: [PATCH 2/5] Add "since" attribute --- MOBILE_API.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MOBILE_API.xml b/MOBILE_API.xml index 7c8eb183..bc7bd1c7 100644 --- a/MOBILE_API.xml +++ b/MOBILE_API.xml @@ -9159,7 +9159,7 @@ - + Callback for the seek media clock timer notification. Notifies the application of progress bar seek event on the mediaclock timer. System will automatically update the media clock timer position based on the seek notification location. See StartTime. From d267a741d881437b722e0d19a99a41e42f573215 Mon Sep 17 00:00:00 2001 From: VladSemenyuk Date: Fri, 4 Jun 2021 14:35:44 +0300 Subject: [PATCH 3/5] Add since atribute to a new param --- MOBILE_API.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MOBILE_API.xml b/MOBILE_API.xml index bc7bd1c7..d4382e9b 100644 --- a/MOBILE_API.xml +++ b/MOBILE_API.xml @@ -6228,7 +6228,7 @@ 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. - + Defines if seek media clock timer functionality will be available. If omitted, the value is set to false. The value is retained until the next SetMediaClockTimer is sent. From dd7592ffd5f78d49d789184d7a2e0c8973af89a2 Mon Sep 17 00:00:00 2001 From: VladSemenyuk Date: Mon, 7 Jun 2021 14:49:53 +0300 Subject: [PATCH 4/5] Fix indents --- MOBILE_API.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MOBILE_API.xml b/MOBILE_API.xml index d4382e9b..26ced246 100644 --- a/MOBILE_API.xml +++ b/MOBILE_API.xml @@ -3223,7 +3223,7 @@ - +