We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4cf6b commit 1d5e229Copy full SHA for 1d5e229
app/src/main/java/com/example/gsyvideoplayer/video/MultiSampleVideo.java
@@ -88,6 +88,23 @@ public int getLayoutId() {
88
return R.layout.video_layout_cover;
89
}
90
91
+ @Override
92
+ public void onAudioFocusGain() {
93
+
94
+ }
95
96
97
+ public void onAudioFocusLoss() {
98
99
100
101
+ public void onAudioFocusLossTransient() {
102
103
104
105
+ public void onAudioFocusLossTransientCanDuck() {
106
107
108
public void loadCoverImage(String url, int res) {
109
mCoverOriginUrl = url;
110
mDefaultRes = res;
0 commit comments