-
Notifications
You must be signed in to change notification settings - Fork 953
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #93 from Jhuster/dev
release 1.2.2
- Loading branch information
Showing
9 changed files
with
44 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+129 KB
...yerDemo/app/libs/pldroid-player-1.2.1.jar → ...yerDemo/app/libs/pldroid-player-1.2.2.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,7 @@ allprojects { | |
jcenter() | ||
} | ||
} | ||
|
||
task clean(type: Delete) { | ||
delete rootProject.buildDir | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# PLDroidPlayer Release Notes for 1.2.2 | ||
|
||
## 简介 | ||
PLDroidPlayer 为 Android 开发者提供直播播放 SDK | ||
|
||
## 记录 | ||
|
||
### 播放器 | ||
- 发布 pldroid-player-1.2.2.jar | ||
- `AVOptions` 新增 `KEY_START_ON_PREPARED` 参数,便于配置是否自动开始播放 | ||
- `PLVideoTextureView` 新增 `setMirror` 接口,可实现画面镜像变换 | ||
- 新增 `setVolume` 接口,可实现播放器音量的设置,或静音功能 | ||
|
||
### 播放器 Demo | ||
|
||
- 更新 demo ,优化演示细节 |
Binary file renamed
BIN
+129 KB
releases/pldroid-player-1.2.1.jar → releases/pldroid-player-1.2.2.jar
Binary file not shown.