• JS API 列表
  • 基础
  • TTML
  • 网络
  • 媒体
  • 图片
  • 录音
  • 音频
  • 视频
  • tt.chooseVideo
  • tt.saveVideoToPhotosAlbum
  • tt.preloadVideo
  • PreloadVideoTask
  • tt.chooseMedia
  • tt.createVideoContext
  • VideoContext
  • tt.createLivePlayerContext
  • LivePlayerContext
  • tt.prerenderVideo
  • tt.canIUseVideoFormat
  • 相机
  • 特效相机
  • Canvas 录制
  • rtc-room 实时通信
  • 地图
  • 文件
  • 数据缓存
  • 地理位置
  • 设备
  • 画布
  • 界面
  • 页面导航
  • 开放接口
  • 行业开放
  • 第三方平台
  • 其它
  • tt.createVideoContext
    收藏
    我的收藏

    基础库 1.18.0 开始支持本方法,这是一个同步方法。

    根据 video 组件 id 创建可以控制组件的上下文 VideoContext 对象。

    前提条件
    业务背景
    使用限制
    注意事项
    支持沙盒
    相关教程

    语法

    tt.createVideoContext(id, component)

    参数说明

    id

    类型默认值必填说明最低支持版本
    string
    ttml 中组件的 id
    1.18.0

    component

    类型默认值必填说明最低支持版本
    object
    在自定义组件下,当前组件实例的 this,以操作组件内 video 组件
    1.18.0

    返回值

    类型说明最低支持版本
    object1.18.0

    错误码

    errorCodeerrMsgerrorType说明最低支持版本
    157591createVideoContext:fail try creating video-context within non-exist pageF
    小程序框架内部错误,有需要请创建工单咨询
    1.18.0
    157599createVideoContext:fail inputs[1] should be object or undefined, but got xxxD
    参数类型错误

    检查入参

    1.18.0

    扫码体验

    请使用字节宿主APP扫码

    代码示例