wx.createVideoContext

wx.createVideoContext(id, this)

创建 video 上下文 VideoContext() 对象。

参数
  • id (string()) – <video> 组件的 id

  • this (Object()) – 在自定义组件下,当前组件实例的this,以操作组件内 <video> 组件

返回

VideoContext()