From 4157a609acbd2934c170dd363aff2904f9cbf0db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harrison=20Mendon=C3=A7a?= Date: Mon, 20 Apr 2020 18:47:59 -0300 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 07f37404..436a684f 100644 --- a/README.md +++ b/README.md @@ -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