提交 fccf1a22 编写于 作者: S shuyu

v1.5.5 update ijk 0.7.6

上级 2ce048d9
......@@ -14,7 +14,7 @@
* **列表的小窗口播放,可拖动。**
* **网络视频加载速度。**
* **锁定/解锁全屏点击功能。**
* **6.0以上支持快播和慢播。**
* **支持快播和慢播。**
* **调整显示比例:默认、16:9、4:3。**
* **调整不同清晰度的支持。**
* **支持IJKPlayer和EXOPlayer切换。**
......@@ -42,7 +42,7 @@ allprojects {
```
dependencies {
compile 'com.github.CarGuo:GSYVideoPlayer:v1.5.4'
compile 'com.github.CarGuo:GSYVideoPlayer:v1.5.5'
}
```
......@@ -84,8 +84,13 @@ dependencies {
## 近期版本
### 1.5.5
* update ijk 0.7.6。
* 快播与慢播接口支持M以下。
### 1.5.4
* 增加了静音播放接口
* 增加了静音播放接口
GSYVideoManager下
可参考:ListNormalAdapter
......
## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。
### 1.5.5
* update ijk 0.7.6。
* 快播与慢播接口支持M以下。
### 1.5.4
* 增加了静音播放接口
* 增加了静音播放接口
GSYVideoManager下
可参考:ListNormalAdapter
......
......@@ -149,6 +149,8 @@ public class ListNormalAdapter extends BaseAdapter {
//holder.gsyVideoPlayer.setLooping(true);
holder.gsyVideoPlayer.setNeedLockFull(true);
holder.gsyVideoPlayer.setSpeed(2);
holder.gsyVideoPlayer.setPlayPosition(position);
holder.gsyVideoPlayer.setStandardVideoAllCallBack(new SampleListener(){
......
......@@ -2,6 +2,7 @@
apply from: 'dependencies.gradle'
buildscript {
repositories {
jcenter()
......
......@@ -16,7 +16,7 @@ ext {
//ViewLibraries
butterKnifeVersion = '8.2.1'
ijkplayer = '0.7.5'
ijkplayer = '0.7.6'
transitionseverywhere = '1.7.0'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册