Skip to content

Commit

Permalink
update readme.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
dibakarece committed Oct 21, 2017
1 parent e61975e commit f3b5f69
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
=======

Expand Down

0 comments on commit f3b5f69

Please sign in to comment.