I can't think of any alternative solution at this time. The code that
handles this is in the OpenCore engine and not something you can
address with a Java API.

Perhaps this is something we can address in a future release.

On Nov 28, 1:22 pm, David Given <[EMAIL PROTECTED]> wrote:
> David Given wrote:
> > I'm trying to play streaming music. The user has previously requested
> > that the stream start a certain way into the stream. How do I do this?
>
> [...]
>
> Does anyone have any suggestions on how do this? If I can't make this
> work, my app is basically stuffed, and nothing I've tried is working.
>
> Brief summary: I need to be able to tell MediaPlayer to start playing
> from somewhere in the middle of the stream, not the start. If I call
> seekTo() after prepare() then the user has to wait for the buffer to be
> filled twice, which can take up to thirty seconds, and they're not going
> to put up with that.
>
> Is there a way to tell it to prepare the stream (reading the stream
> header, etc) but *not* to fill the buffer until I tell it to start
> playing? That would work.
>
> --
> ┌─── dg@cowlark.com ─────http://www.cowlark.com─────
> │
> │ ⍎'⎕',∊N⍴⊂S←'←⎕←(3=T)⋎M⋏2=T←⊃+/(V⌽"⊂M),(V⊝"M),(V,⌽V)⌽"(V,V←1⎺1)⊝"⊂M)'
> │ --- Conway's Game Of Life, in one line of APL
>
>  signature.asc
> < 1KViewDownload
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to