Merge pull request #1355 from vadimgoroshevsky/master

ExoPlayer - Add possibility to hide shutterView (black screen while loading)
This commit is contained in:
Hampton Maxwell
2018-12-05 20:06:33 -08:00
committed by GitHub
6 changed files with 32 additions and 0 deletions

View File

@@ -264,6 +264,7 @@ var styles = StyleSheet.create({
* [fullscreenAutorotate](#fullscreenautorotate)
* [fullscreenOrientation](#fullscreenorientation)
* [headers](#headers)
* [hideShutterView](#hideshutterview)
* [id](#id)
* [ignoreSilentSwitch](#ignoresilentswitch)
* [muted](#muted)
@@ -417,6 +418,14 @@ headers={{
Platforms: Android ExoPlayer
#### hideShutterView
Controls whether the ExoPlayer shutter view (black screen while loading) is enabled.
* **false (default)** - Show shutter view
* **true** - Hide shutter view
Platforms: Android ExoPlayer
#### id
Set the DOM id element so you can use document.getElementById on web platforms. Accepts string values.