¡@

Home 

2014/10/16 ¤W¤È 08:21:34

android Programming Glossary: preparecounter

Android ShoutCast Internet Radio FilenotFoundException

http://stackoverflow.com/questions/16264225/android-shoutcast-internet-radio-filenotfoundexception

public int counter public int playedcounter public int preparecounter public MediaPlayer mp1 public MediaPlayer mp2 public boolean.. variables private void setupVars counter 0 playedcounter 0 preparecounter 0 mp1 new MediaPlayer mp2 new MediaPlayer mp1prepared false.. true if started false break if counter preparecounter break File f new File context.getCacheDir DOWNFILE preparecounter..

Android ShoutCast Internet Radio FilenotFoundException

http://stackoverflow.com/questions/16264225/android-shoutcast-internet-radio-filenotfoundexception

String DOWNFILE downloadingMediaFile public Context context public int counter public int playedcounter public int preparecounter public MediaPlayer mp1 public MediaPlayer mp2 public boolean mp1prepared public boolean mp2prepared public boolean mp1preparing.. preparringthread boolean waitingForPlayer Setup all the variables private void setupVars counter 0 playedcounter 0 preparecounter 0 mp1 new MediaPlayer mp2 new MediaPlayer mp1prepared false mp2prepared false mp1preparing false mp2preparing false downloadingformp1.. void run try if mp1preparing mp1prepared while true downloadingformp1 true if started false break if counter preparecounter break File f new File context.getCacheDir DOWNFILE preparecounter FileInputStream ins new FileInputStream f mp1.setDataSource..