书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 5728 个相关结果.
  • Video.onError

    Video.onError(function callback) 参数 function callback 参数 Object res Video.onError(function callback) 监听视频错误事件 参数 function callback 视频错误事件的回调函数 参数 Object res 属性 类型...
  • Video.offTimeUpdate

    Video.offTimeUpdate(function callback) 参数 function callback Video.offTimeUpdate(function callback) 取消监听视频播放进度更新事件 参数 function callback 视频播放进度更新事件的回调函数
  • Set up a video

    629 2019-10-03 《Xenko v3.0 manual》
    Set up a video Note Note 1. Add a video asset Note 2. Add a video component Tip 3. Create a script to play the video Other functions Example script 4. Add the script to t...
  • Set up a video

    636 2019-10-03 《Xenko v3.1 manual》
    Set up a video Note Note 1. Add a video asset Note 2. Add a video component Tip 3. Create a script to play the video Other functions Example script 4. Add the script to t...
  • [Video] Matomo and the GDPR

    923 2019-07-04 《Matomo User Guides》
    [Video] Matomo and the GDPR [Video] Matomo and the GDPR TRANSCRIPT: The General Data Protection Regulation, otherwise known as GDPR, is a EU regulation that protects the privac...
  • [Video] Welcome to Matomo

    1407 2019-07-04 《Matomo User Guides》
    [Video] Welcome to Matomo [Video] Welcome to Matomo TRANSCRIPT: Welcome to your Dashboard! Before getting started, I want to make sure my interface is looking the way I want i...
  • Play and pause a video

    1119 2019-06-08 《Flutter Cookbook》
    Directions 1. Add the video_player dependency 2. Add permissions to your app Android iOS 3. Create and initialize a VideoPlayerController 4. Display the video player 5. Play...
  • video-swiper

    video-swiper 安装 使用说明 属性列表 VideoSwiperItem 属性列表 objectFit 的合法值 easing-function 的合法值 示例代码 video-swiper 视频滑动切换组件,可实现类似微视无限视频列表效果。 安装 npm install @miniprogram - componen...
  • Video.seek

    Promise Video.seek(number time) 参数 number time 返回值 Promise Promise Video.seek(number time) 视频跳转 参数 number time 视频跳转到指定位置,单位为 s 秒 返回值 Promise 视频跳转完成的 Promise
  • Video.pause

    Promise Video.pause() 返回值 Promise Promise Video.pause() 暂停视频 返回值 Promise 视频暂停完成的 Promise