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