Skip to content

2.5.6

Compare
Choose a tag to compare
@Doikki Doikki released this 19 Mar 15:47
· 281 commits to master since this release

1.去除IjkVideoView中setTitle方法,并在Controller中添加该方法
2.将保存进度的逻辑进行抽象,可自行实现
3.去除PlayerConfig, 将其中的设置项移到了IjkVideoView中,并且可在xml通过属性进行设置
4.将retry()和refresh()合并成replay(boolean resetPosition)