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();
改过来
myPlayer.reset(); myPlayer.setDataSource(path + "/" + listFile[postion]);
原文:http://blog.csdn.net/x605940745/article/details/18599843
评论(0)