Update README.md

This commit is contained in:
Harrison Mendonça 2020-04-20 18:47:59 -03:00
parent b4582c681b
commit 4157a609ac

View File

@ -289,6 +289,7 @@ var styles = StyleSheet.create({
* [ignoreSilentSwitch](#ignoresilentswitch)
* [maxBitRate](#maxbitrate)
* [minLoadRetryCount](#minLoadRetryCount)
* [mixWithOthers](#mixWithOthers)
* [muted](#muted)
* [paused](#paused)
* [pictureInPicture](#pictureinpicture)
@ -531,6 +532,14 @@ minLoadRetryCount={5} // retry 5 times
Platforms: Android ExoPlayer
#### mixWithOthers
Controls how Audio mix with other apps.
* **"inherit" (default)** - Use the default AVPlayer behavior
* **"mix"** - Audio from this video mixes with audio from other apps.
* **"duck"** - Reduces the volume of other apps while audio from this video plays.
Platforms: iOS
#### muted
Controls whether the audio is muted
* **false (default)** - Don't mute audio