So you are saying it does not save the file?

On Jun 6, 2:14 pm, Indicator Veritatis <mej1...@yahoo.com> wrote:
> That would make it impossible to use theMediaPlayerwith DRM. But
> whether that was the motive or not, the API does not expose this
> information: it is an implementation detail you are not supposed to
> need to know.
>
> On Jun 3, 12:06 pm, maddesa <madd...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Greetings,
>
> > I am attempting to play a preview of a song in my application.  THis
> > is accomplished quite simply using the standardmediaplayerAPI and
> > seemd to work exactly as I want it to.  My question is this:
>
> > Does theMediaPlayersave the file music file on the device somewhere?
>
> > the main thrust of my code is this:
>
> >                        MediaPlayermediaPlayer= newMediaPlayer();
> >                        mediaPlayer.setDataSource(<URL TO MEDIA
> > FILE>);
> >                        mediaPlayer.prepare();
> >                        mediaPlayer.start();
>
> > So does the file get stored anywhere on the device?  I do not think it
> > does, as I cannot seem to find it anywhere, but wanted to double
> > check.
>
> > Thanks,
> > Mike

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to