Re: [android-developers] Re: Progressive download with MediaPlayer

2011-04-17 Thread XiaoXiong Weng
um. create a file, make a buffer, add the media into the buffer and apprend to the disk? something like that? On 4/16/2011 9:57 PM, Doug wrote: > MediaPlayer can't do that for you, sorry. You will have to fully > implement your own solution. > > Doug > > On Apr 14, 6:27 pm, Fernando Valente wrot

[android-developers] Re: Progressive download with MediaPlayer

2011-04-16 Thread Doug
MediaPlayer can't do that for you, sorry. You will have to fully implement your own solution. Doug On Apr 14, 6:27 pm, Fernando Valente wrote: > Hey, > > I'm using MediaPlayer for audio streaming. I'd like to be able to > progressive download the audio and save it to the disk(i.e. record the >