You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
private IMediaPlayer.OnErrorListener mOnErrorListener = new IMediaPlayer.OnErrorListener() { @OverRide
public boolean onError(IMediaPlayer iMediaPlayer, int i, int i1) {
Toast.makeText(VodDisplayActivity.this, "播放器遇到错误,播放已退出,错误码:"+i, Toast.LENGTH_SHORT).show();
videoPlayEnd();
return false;
}
};
The text was updated successfully, but these errors were encountered:
private IMediaPlayer.OnErrorListener mOnErrorListener = new IMediaPlayer.OnErrorListener() {
@OverRide
public boolean onError(IMediaPlayer iMediaPlayer, int i, int i1) {
Toast.makeText(VodDisplayActivity.this, "播放器遇到错误,播放已退出,错误码:"+i, Toast.LENGTH_SHORT).show();
videoPlayEnd();
return false;
}
};
The text was updated successfully, but these errors were encountered: