tt.createVideoContext
基础库 1.18.0 开始支持本方法,低版本需做兼容处理。这是一个同步方法。
根据 video 组件 id 创建可以控制组件的上下文VideoContext对象。
参数
tt.createVideoContext(id, [component]);
参数说明:
参数名 | 类型 | 默认值 | 必填 | 说明 |
---|
id | string | | 是 | ttml 中组件的 id |
component | Object | | 否 | 在自定义组件下,当前组件实例的 this,以操作组件内 video 组件 |
返回值
VideoContext