Tony Squier
unread,Jan 4, 2010, 5:50:58 AM1/4/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-...@googlegroups.com
I've written an app. that uses the MediaPlayer, but every so often I see this error:
ERROR/AudioMIO(3733): latency could NOT be set !! set it later
When it happens, the audio goes silent and the only way to get the audio back is to stop and restart (release and create a new MediaPlayer instance). This error shows up in the logcat, but is not reported to the onErrorListener handler I've registered with the the MediaPlayer.
Thanks in advance