-
- All Implemented Interfaces:
-
android.media.MediaPlayer.OnCompletionListener,android.media.MediaPlayer.OnPreparedListener
public class SoundPlayerHelper implements MediaPlayer.OnPreparedListener, MediaPlayer.OnCompletionListener播放音效类.
-
-
Method Summary
Modifier and Type Method Description static SoundPlayerHelpergetInstance()voidplay(Context context, int resId)voidplay(Context context, int resId, MediaPlayer.OnCompletionListener onCompletionListener)voidplay(String path)booleanisPlaying()voidpauseMusic()voidstopMusic()voidonPrepared(MediaPlayer mp)voidonCompletion(MediaPlayer mp)-
Methods inherited from class android.media.MediaPlayer.OnPreparedListener
onPrepared -
Methods inherited from class android.media.MediaPlayer.OnCompletionListener
onCompletion -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getInstance
static SoundPlayerHelper getInstance()
-
play
void play(Context context, int resId)
-
play
void play(Context context, int resId, MediaPlayer.OnCompletionListener onCompletionListener)
-
isPlaying
boolean isPlaying()
-
pauseMusic
void pauseMusic()
-
stopMusic
void stopMusic()
-
onPrepared
void onPrepared(MediaPlayer mp)
-
onCompletion
void onCompletion(MediaPlayer mp)
-
-
-
-