setOnBGMStoped method

void setOnBGMStoped(
  1. OnLivePusherCallback onBGMStoped
)

背景音乐停止播放

监听setBGMDelegate回调

Implementation

void setOnBGMStoped(OnLivePusherCallback onBGMStoped) {
  this.onBGMStopped = onBGMStoped;
}