From 213d8d979d82facb95d8879cc9a48fbceb7d98ed Mon Sep 17 00:00:00 2001 From: cb1kenobi Date: Sat, 15 Jun 2024 12:54:15 +0000 Subject: [PATCH] Apply automatic changes --- docs/api/api.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/api/api.json b/docs/api/api.json index 20fa623bb7..1b6246754f 100644 --- a/docs/api/api.json +++ b/docs/api/api.json @@ -86664,6 +86664,19 @@ ], "type": "MovieSize" }, + { + "name": "speed", + "summary": "Playback speed of the video.", + "description": "Playback speed of the video. Android: only available for API level >= 23.\n", + "platforms": [ + { + "since": "12.4.0", + "name": "android" + } + ], + "type": "Number", + "availability": "creation" + }, { "name": "overlayView", "summary": "Use the overlay view to add additional custom views between the video content and the controls.", @@ -101463,6 +101476,19 @@ "type": "String" } }, + { + "name": "moveToBackground", + "summary": "Moves the app to the background", + "platforms": [ + { + "since": "12.4.0", + "name": "android" + } + ], + "returns": { + "type": "void" + } + }, { "name": "hideSoftKeyboard", "summary": "Hides the soft keyboard.\n",