VideoContext wx.createVideoContext(string id, Object this)
本接口从基础库版本 1.9.6 起支持在小程序插件中使用
创建 video 上下文 VideoContext 对象。建议使用 wx.createSelectorQuery 获取 context 对象。
参数
string id
video 组件的 id
Object this
在自定义组件下,当前组件实例的this,以操作组件内 video 组件
本接口从基础库版本 1.9.6 起支持在小程序插件中使用
创建 video 上下文 VideoContext 对象。建议使用 wx.createSelectorQuery 获取 context 对象。
video 组件的 id
在自定义组件下,当前组件实例的this,以操作组件内 video 组件
本文档使用 BookStack 构建