Saturday, September 3, 2011

[android-developers] Re: MediaPlayer Player Question

1. you would need to use AudioTrack to control the buffer size
2. there always has to be some buffering as the media must be decoded
before playing..
3. yes you can http stream just give the url to setDataSource
4. dont know

On Sep 3, 5:28 pm, dani maoz <maoz.d...@gmail.com> wrote:
> Hi
> I have a question regarding Video/Audio Playback
> 1. Is there a way to configure buffer size
> 2. Is there a way to disable buffering?
> 3. Can the player act like a streamer.
> 4. Is there a YUV player application in Android
> Regards

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

No comments:

Post a Comment