Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/uaoan/GSYPlayer
Browse files Browse the repository at this point in the history
  • Loading branch information
uaoan committed Jul 28, 2024
2 parents 0c47615 + 9627f7f commit 0ad7644
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ allprojects {
**在 app 的 settings.gradle 文件中找到 dependencies{} 代码块,并在其中加入以下语句:**

```
implementation 'com.github.uaoan:GSYPlayer:1.0.1'
implementation 'com.github.uaoan:GSYPlayer:1.0.2'
implementation 'com.tencent:mmkv-static:1.3.0'
implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v8.6.0-release-jitpack'
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v8.6.0-release-jitpack'
Expand Down Expand Up @@ -141,6 +141,9 @@ player.onVideoResume(false);
//销毁
player.onVideoReleaseAllVideos();
//获取原GSY播放器对象
player.getPlayerView()
//返回按下
@Override
Expand Down Expand Up @@ -233,6 +236,10 @@ videoView.setTopLayoutVisibility();


### 投屏

**配合DLNA投屏使用**
[DLNA投屏库](https://github.com/uaoan/UaoanDLNA)

**投屏使用代码**


Expand Down

0 comments on commit 0ad7644

Please sign in to comment.