Skip to content
On this page

InnerAudioContext.play

开始播放。

Example

ts
const ctx = ek.createInnerAudioContext()
ctx.src = 'https://example.com/test.mp3'
ctx.play()