setOnBGMStoped method
背景音乐停止播放
监听setBGMDelegate回调
Implementation
void setOnBGMStoped(OnLivePusherCallback onBGMStoped) {
this.onBGMStopped = onBGMStoped;
}
背景音乐停止播放
监听setBGMDelegate回调
void setOnBGMStoped(OnLivePusherCallback onBGMStoped) {
this.onBGMStopped = onBGMStoped;
}