微信公开课
如何看待微信公开课小程序热门讨论「小程序求助:wxcreateInnerAudioContext()停止当前播放的音频」
摘要:小程序求助:wxcreateInnerAudioContext()停止当前播放的音频
展开:求助:wx.createInnerAudioContext()如何停止停止当前播放的音频,官方文档没有示例代码//语音控制audioControl:{/播放语音@paramaudioUrl语音路径/playAudio(that,audioUrl){letinnerAudioContextwx.createInnerAudioContext();innerAudioContext.autoplaytrue;innerAudioContext.obeyMuteSwitchtrue;innerAudioContext.srcaudioUrl;innerAudioContext.onPlay(()console.log(开始播放));innerAudioContext.onEnded((){that.setData({audioPlayState:false})});innerAudioContext.onError((res){console.log(res.errMsg);console.log(res.errCode);});},//暂停播放stopVoice(that,audioUrl){letinnerAudioContextwx.createInnerAudioContext();innerAudioContext.srcaudioUrl;innerAudioContext.onPause((){console.log(暂停播放);})innerAudioContext.onError((res){console.log(res.errMsg);console.log(res.errCode);})}},了解更多
方法1:微信扫描微信公开课小程序码即可订阅热门讨论「小程序求助:wxcreateInnerAudioContext()停止当前播放的音频」
方法2:微信搜索微信公开课小程序名称进入,即可订阅热门讨论「小程序求助:wxcreateInnerAudioContext()停止当前播放的音频」
方法3:微信网页访问即速商店,长按识别微信公开课小程序码即可订阅热门讨论「小程序求助:wxcreateInnerAudioContext()停止当前播放的音频」
微信公开课小程序热门讨论「小程序求助:wxcreateInnerAudioContext()停止当前播放的音频」由微信公开课原创摘录于微信小程序商店shop.jisuapp.cn,转载请注明出处。
微信公开课热门讨论「小程序求助:wxcreateInnerAudioContext()停止当前播放的音频」由微信公开课开发者向微信用户提供,并对本服务内容、数据资料及其运营行为等真实性、合法性及有效性承担全部责任。