Skip to content

Commit

Permalink
update ijk to 0.7.9 (增加了soundTouch,调速后声音变调问题得到解决) (2017-04-18)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Apr 18, 2017
1 parent 4970fbc commit c7e95ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 23 deletions.
26 changes: 4 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,33 +103,15 @@ dependencies {

## 近期版本

### 1.6.4(未发布)
* update ijk to 0.7.9 (增加了soundTouch,调速后声音变调问题得到解决)


### 1.6.3(2017-04-15)
* 修改了播放器全屏时的选择90度问题
* 修改了播放器可能存在的拉伸问题
* 增加旋转播放画面的demo和库支持

### 1.6.2(2017-04-05)
* 移除无用代码
* 修复了动态播放按键的显示小白点问题
* 增加了 NormalGSYVideoPlayer(使用正常图片做播放按键、系统loading的播放器)
* 增加了动态加载so的方法
* 增加了setIsTouchWigetFull方法,全屏的时候也可以禁止滑动产生的快进,声音,亮度调节逻辑
```
/**
* 设置自定义so包加载类
* 需要在instance之前设置
*/
public static void setIjkLibLoader(IjkLibLoader libLoader)
```
```
/**
* 是否可以全屏滑动界面改变进度,声音等
* 默认 true
*/
public void setIsTouchWigetFull(boolean isTouchWigetFull)
```


### 更多版本请查阅:[版本更新说明](https://github.com/CarGuo/GSYVideoPlayer/blob/master/UPDATE_VERSION.md)

## 混淆
Expand Down
2 changes: 1 addition & 1 deletion UPDATE_VERSION.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。


### 1.6.4()
### 1.6.4(未发布)
* update ijk to 0.7.9 (增加了soundTouch,调速后声音变调问题得到解决)

### 1.6.3(2017-04-15)
Expand Down

0 comments on commit c7e95ea

Please sign in to comment.