Update changelog and documentation
This commit is contained in:
18
README.md
18
README.md
@@ -264,6 +264,7 @@ var styles = StyleSheet.create({
|
||||
* [fullscreenAutorotate](#fullscreenautorotate)
|
||||
* [fullscreenOrientation](#fullscreenorientation)
|
||||
* [headers](#headers)
|
||||
* [hideShutterView](#hideshutterview)
|
||||
* [id](#id)
|
||||
* [ignoreSilentSwitch](#ignoresilentswitch)
|
||||
* [muted](#muted)
|
||||
@@ -282,7 +283,6 @@ var styles = StyleSheet.create({
|
||||
* [stereoPan](#stereopan)
|
||||
* [textTracks](#texttracks)
|
||||
* [useTextureView](#usetextureview)
|
||||
* [hideShutterView](#hideshutterview)
|
||||
* [volume](#volume)
|
||||
|
||||
### Event props
|
||||
@@ -418,6 +418,14 @@ headers={{
|
||||
|
||||
Platforms: Android ExoPlayer
|
||||
|
||||
#### hideShutterView
|
||||
Controls ExoPlayer shutterView(black screen while loading) visibility
|
||||
|
||||
* **false (default)** - Show shutterView
|
||||
* **true** - Hide shutterView
|
||||
|
||||
Platforms: Android ExoPlayer
|
||||
|
||||
#### id
|
||||
Set the DOM id element so you can use document.getElementById on web platforms. Accepts string values.
|
||||
|
||||
@@ -694,14 +702,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user