From 2f7c44a3d183cdbc7112a6119ffc9b65beda1193 Mon Sep 17 00:00:00 2001 From: chenwenhui133 <2984202073@qq.com> Date: Wed, 3 Sep 2025 11:42:26 +0800 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20[Issues:=20#ICW4ID]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-video=E5=BA=93=E4=B8=ADrate=E4=B8=BA?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-video.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/react-native-video.md b/en/react-native-video.md index 2b12fabc..9db730af 100644 --- a/en/react-native-video.md +++ b/en/react-native-video.md @@ -622,7 +622,7 @@ For details, see [React-Native-Video Official Document](https://github.com/react | `preferredForwardBufferDuration` | The duration the player should buffer media from the network ahead of the playhead to guard against playback disruption. Sets the preferredForwardBufferDuration instance property on AVPlayerItem. | number | No | iOS | No | | `preventsDisplaySleepDuringVideoPlayback` | Controls whether the display should be allowed to sleep while playing the video. Default is not to allow display to sleep. | boolean | No | All | No | | `progressUpdateInterval` | Delay in milliseconds between onProgress events in milliseconds. | number | No | iOS | No | -| `rate` | Speed at which the media should play. | number | No | All | No | +| `rate` | Speed at which the media should play. | number | No | All | Partially(0.125/0.25/0.50/0.75/1/1.25/1.5/1.75/2/3) | | `reportBandwidth` | Determine whether to generate onBandwidthUpdate events. This is needed due to the high frequency of these events on ExoPlayer. | boolean | No | Android | No | | `selectedAudioTrack` | Configure which audio track, if any, is played. | object | No | All | No | | `selectedTextTrack` | Configure which text track (caption or subtitle), if any, is shown. | object | No | All | No | -- Gitee From db36c75b6aac63dff5add3f916cc247d1510380e Mon Sep 17 00:00:00 2001 From: chenwenhui133 <2984202073@qq.com> Date: Fri, 5 Sep 2025 11:36:32 +0800 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20[Issues:=20#ICW4ID]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-video=E5=BA=93=E4=B8=ADrate=E4=B8=BA?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/react-native-video.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/react-native-video.md b/zh-cn/react-native-video.md index 80448ad9..85518692 100644 --- a/zh-cn/react-native-video.md +++ b/zh-cn/react-native-video.md @@ -621,7 +621,7 @@ ohpm install | `preferredForwardBufferDuration` |The duration the player should buffer media from the network ahead of the playhead to guard against playback disruption. Sets the preferredForwardBufferDuration instance property on AVPlayerItem.| number | No | iOS | No | | `preventsDisplaySleepDuringVideoPlayback` |Controls whether or not the display should be allowed to sleep while playing the video. Default is not to allow display to sleep.| boolean | No | All | No | | `progressUpdateInterval` |Delay in milliseconds between onProgress events in milliseconds.| number | No | iOS | No | -| `rate` |Speed at which the media should play.| number | No | All | No | +| `rate` |Speed at which the media should play.| number | No | All | Partially(0.125/0.25/0.50/0.75/1/1.25/1.5/1.75/2/3) | | `reportBandwidth` |Determine whether to generate onBandwidthUpdate events. This is needed due to the high frequency of these events on ExoPlayer.| boolean | No | Android | No | | `selectedAudioTrack` |Configure which audio track, if any, is played.| object | No | All | No | | `selectedTextTrack` |Configure which text track (caption or subtitle), if any, is shown.| object | No | All | No | -- Gitee