Taro.createAudioContext(audioId, componentInstance)
使用方式同 wx.createAudioContext
。
示例代码
import Taro from '@tarojs/taro'
const audioCtx = Taro.createAudioContext('myAudio')
API支持度
API | 微信小程序 | H5 | React Native | 支付宝小程序 | 百度小程序 |
---|---|---|---|---|---|
Taro.createAudioContext | ✔️ |
使用方式同 wx.createAudioContext
。
import Taro from '@tarojs/taro'
const audioCtx = Taro.createAudioContext('myAudio')
API | 微信小程序 | H5 | React Native | 支付宝小程序 | 百度小程序 |
---|---|---|---|---|---|
Taro.createAudioContext | ✔️ |
本文档使用 BookStack 构建