ExoPlayer - Add possibility to hide shutterView

This commit is contained in:
vadim
2018-11-28 14:56:58 +02:00
parent e1c1eb6dc8
commit 96c42844fe
5 changed files with 30 additions and 0 deletions

View File

@@ -693,6 +693,14 @@ useTextureView can only be set at same time you're setting the source.
Platforms: Android ExoPlayer
#### hideShutterView
Controls ExoPlayer shutterView(black screen while loading) visibility
* **false (default)** - Show shutterView
* **true** - Hide shutterView
Platforms: Android ExoPlayer
#### volume
Adjust the volume.
* **1.0 (default)** - Play at full volume