From a5e4cfaf4e4c6a0038cb71e8bca716de4ba6730f Mon Sep 17 00:00:00 2001 From: Michael Gangolf Date: Fri, 15 Mar 2024 18:37:01 +0100 Subject: [PATCH] docs --- apidoc/Titanium/Media/VideoPlayer.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apidoc/Titanium/Media/VideoPlayer.yml b/apidoc/Titanium/Media/VideoPlayer.yml index 1dffa9c0787..d723797acb9 100644 --- a/apidoc/Titanium/Media/VideoPlayer.yml +++ b/apidoc/Titanium/Media/VideoPlayer.yml @@ -575,6 +575,15 @@ properties: platforms: [iphone, ipad, macos] type: MovieSize + - name: speed + summary: Playback speed of the video. + description: | + Playback speed of the video. Android: only available for API level >= 23. + type: Number + platforms: [android] + since: 12.4.0 + availability: creation + - name: overlayView summary: Use the overlay view to add additional custom views between the video content and the controls. description: |