创建 video 上下文 VideoContext 对象。建议使用 xhs.createSelectorQuery 获取 context 对象。
string videoId video 组件的 id
Object this 在自定义组件下,当前组件实例的this,以操作组件内 map 组件
VideoContext
// 创建 video 上下文对象 const videoContext = xhs.createVideoContext('myVideo'); // 'myVideo' 是 video 组件的 id