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 c7e95ea commit c2ee717
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private void init() {
videoPlayer.getTitleTextView().setVisibility(View.VISIBLE);
videoPlayer.getTitleTextView().setText("测试视频");

videoPlayer.setSpeed(2f);
//videoPlayer.setSpeed(2f);

//设置返回键
videoPlayer.getBackButton().setVisibility(View.VISIBLE);
Expand Down

0 comments on commit c2ee717

Please sign in to comment.