prepareAsync called in state 1

时间:2014-01-21 23:36:38   收藏:0   阅读:424

tart和stop之间循环的流程应该是:reset()-->setDataSource(path)-->prepare()-->start()-->stop()--reset()-->

报prepareAsync called in state 1 错误

 

						myPlayer.setDataSource(path + "/" + listFile[postion]);
						myPlayer.reset();


bubuko.com,布布扣

改过来

	                                        myPlayer.reset();
						myPlayer.setDataSource(path + "/" + listFile[postion]);


 

原文:http://blog.csdn.net/x605940745/article/details/18599843

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!