小程序开放平台

文档中心
暂无目录

xhs.InnerAudioContext-offSeeking

更新时间:2024-11-14 11:47:48

移除音频进行跳转操作的事件的监听函数

参数

function listener

onSeeking 传入的监听函数。不传此参数则移除所有监听函数。

示例代码

const listener = function (res) { console.log(res) }

InnerAudioContext.onSeeking(listener)
InnerAudioContext.offSeeking(listener) // 需传入与监听时同一个的函数对象
该文档是否对您有帮助?