I would like to create an instrumented unit test for my
StreamMediaPlayer class which extends the MediaPlayer to be add
support for arbitrary input streams.  I chose to extend
AndroidTestCase as MediaPlayer has a service component requiring an
Android context.  Everything seems to work correctly except the
MediaPlayer listeners never fire, which prevents the playback from
starting (without OnPreparedListener I can't know when to start audio
output).

Any thoughts?
--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to