setOnBGMDownloadTimeout method

void setOnBGMDownloadTimeout(
  1. OnLivePusherCallback onBGMDownloadTimeout
)

背景音乐下载播放超时

监听setBGMDelegate回调

Implementation

void setOnBGMDownloadTimeout(OnLivePusherCallback onBGMDownloadTimeout) {
  this.onBGMDownloadTimeout = onBGMDownloadTimeout;
}