Is it possible to change the SurfaceHolder on a MediaPlayer object
that's already been assigned a SurfaceHolder?

For example if I have a small SurfaceView in activity A with a
MediaPlayer streaming an online video and I launch activity B with a
full screen SurfaceView, but I don't want to create another
MediaPlayer instance and don't want to interrupt the current video
stream.

Calling setDisplay() with a new SurfaceHolder on a MediaPlayer
instance that already has a SurfaceHolder doesn't seem to do anything.

Please advise.

Thanks!
Victor

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
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