From 4c41ae67a1306032de35983aecb3250d2159d1c8 Mon Sep 17 00:00:00 2001 From: Armands Malejevs Date: Mon, 13 Jun 2022 16:03:08 +0300 Subject: [PATCH] Remove extraneous changes --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index eb0b7fa1..e4631dd7 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,6 @@ var styles = StyleSheet.create({ * [automaticallyWaitsToMinimizeStalling](#automaticallyWaitsToMinimizeStalling) * [backBufferDurationMs](#backBufferDurationMs) * [bufferConfig](#bufferconfig) -* [contentStartTime](#contentStartTime) * [controls](#controls) * [currentPlaybackTime](#currentPlaybackTime) * [disableFocus](#disableFocus) @@ -413,14 +412,10 @@ Platforms: Android ExoPlayer, iOS #### controls Determines whether to show player controls. -* **false (default)** - Don't show player controls * **true** - Show player controls Note on iOS, controls are always shown when in fullscreen mode. -### contentStartTime -The start time in ms for SSAI content. This determines at what time to load the video info like resolutions. Use this only when you have SSAI stream where ads resolution is not the same as content resolution. - For Android MediaPlayer, you will need to build your own controls or use a package like [react-native-video-controls](https://github.com/itsnubix/react-native-video-controls) or [react-native-video-player](https://github.com/cornedor/react-native-video-player). Note on Android ExoPlayer, native controls are available by default. If needed, you can also add your controls or use a package like [react-native-video-controls].