From f3b5f692c94f9fc28c027b69da28521bc4e8ab1d Mon Sep 17 00:00:00 2001 From: Dibakar Mistry Date: Sat, 21 Oct 2017 18:31:58 +0530 Subject: [PATCH] update readme.md file --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 443d94c..e8131e1 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,13 @@ public class MusicActivity extends AppCompatActivity implements CurrentSessionCa } ``` +2. You can play audio in `Single/Multiple` mode based on your code: + +```java + streamingManager.setMediaList(listMusic); + streamingManager.setPlayMultiple(true); +``` + License =======