微信小程序开发文档 微信小程序API 视频·创建VideoContext 对象

2024-02-25 开发教程 微信小程序开发文档 匿名 2

VideoContext wx.createVideoContext(string id, Object this)

创建 video 上下文 VideoContext 对象。

参数

string id

video 组件的 id

Object this

在自定义组件下,当前组件实例的this,以操作组件内 video 组件

返回值

VideoContext