1600802095
Posted tf2095
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了1600802095相关的知识,希望对你有一定的参考价值。
一.界面
二.关键代码
public void play() { try { player.reset(); String dataSource = musicList.get(songNum);//获得播放音乐的路径 setPlayName(dataSource); player.setAudiostreamType(AudioManager.STREAM_MUSIC); player.setDataSource(dataSource); player.prepare(); player.start(); //setOnCompletionListener player.setOnCompletionListener(new MediaPlayer.OnCompletionListener() { public void onCompletion(MediaPlayer arg0) { next(); } }); } catch (Exception e) { Log.v("MusicService", e.getMessage()); } }
三.链接
https://git.coding.net/bestimbalance/Mediaplayer.git
以上是关于1600802095的主要内容,如果未能解决你的问题,请参考以下文章