[android-developers] feeding an InputStream into the media player.

2010-01-14 Thread sdphil
I have asked this before, but I never got a response. I would like to be able to feed an InputStream to the media player, but it does not look like there is any way to do that. The InputStream would feed encoded (mp3 or aac) data to whoever is calling read() on it. The issue is that I may have

Re: [android-developers] feeding an InputStream into the media player.

2010-01-14 Thread Mark Murphy
sdphil wrote: I have asked this before, but I never got a response. I would like to be able to feed an InputStream to the media player, but it does not look like there is any way to do that. The InputStream would feed encoded (mp3 or aac) data to whoever is calling read() on it. The issue