aacplayer-android
aacplayer-android copied to clipboard
how to pause streaming using aacplayer?
How to pause streaming rather than stop the thread? The library does not have a
method that does this, can anyone help?
Original issue reported on code.google.com by [email protected] on 15 Apr 2014 at 1:46
you can't, the only methods available are play() and stop()
Original comment by [email protected] on 21 Jul 2014 at 2:31
It would be great to have this implemented. My stream sends an ad at the
beginning and stopping it when the user clicks "pause" causes the ad to be
played again on next play what is undesired.
Thanks
Original comment by [email protected] on 7 Nov 2014 at 3:15