From 68dd2a72ba38d6bba6e2adb58b6463d1a01868ab Mon Sep 17 00:00:00 2001 From: Rafael Pinto Date: Tue, 5 Jun 2018 02:48:01 +0100 Subject: [PATCH] Updated readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 312e5ae0..4697e990 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,7 @@ using System.Collections.Generic; }} // Store reference rate={1.0} // 0 is paused, 1 is normal. volume={1.0} // 0 is muted, 1 is normal. + channel="both" // [Android only] Target channel for audio panning: left, right or both (default). muted={true|false} // Mutes the audio entirely. Default false paused={true|false} // Pauses playback entirely. Default false resizeMode="cover" // Fill the whole screen at aspect ratio.*