[android-developers] Re: MediaPlayer.setNextMediaPlayer

2012-10-07 Thread b0b
On Tuesday, July 3, 2012 2:42:57 PM UTC-7, b0b wrote: Related to setNextMediaPlayer it would great to have more info such as: - for which codecs will it handle gapless ? Are there restrictions ? Can't imagine there would be a problem with codecs. The issue is that you want a

[android-developers] Re: MediaPlayer.setNextMediaPlayer

2012-08-02 Thread w3ida
Is it enough/OK to set the current instance to the (previously) next one in an OnCompletionListener? I guess it's not enough because the currently playing mediaplayer is already finished when the onCompletion-method gets called. In my case it didn't work. On Tuesday, July 3, 2012 12:38:33 PM

[android-developers] Re: MediaPlayer.setNextMediaPlayer

2012-07-08 Thread Doug
On Tuesday, July 3, 2012 2:42:57 PM UTC-7, b0b wrote: Related to setNextMediaPlayer it would great to have more info such as: - for which codecs will it handle gapless ? Are there restrictions ? Can't imagine there would be a problem with codecs. The issue is that you want a continuous

[android-developers] Re: MediaPlayer.setNextMediaPlayer

2012-07-03 Thread b0b
Related to setNextMediaPlayer it would great to have more info such as: - for which codecs will it handle gapless ? Are there restrictions ? - does it work with http URIs passed to setDataSource() ? -- You received this message because you are subscribed to the Google Groups Android