Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hujinliang authored Jun 16, 2021
1 parent f4fd132 commit 5b892a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,15 @@ mute | 是否对视频静音 | false
loop | 是否循环播放 | false
type | 组件基于type字段做了实例化缓存,不同的VAP实例应该使用不同的type值(如0、1、2等)| undefined
beginPoint | 起始播放时间点(单位秒),在一些浏览器中可能无效 | 0
fontStyle | 融合字体样式[用法参考](https://github.com/Tencent/vap/pull/101) | ''
accurate | 是否启用精准模式(使用requestVideoFrameCallback提升融合效果,浏览器不兼容时自动降级) | false
precache | 是否预加载视频资源(默认关闭,即边下边播) | false
onDestory | 组件销毁时回调 | undefined
onLoadError | 加载失败回调 | undefined
ext(无固定名) | 融合参数(和json配置文件中保持一致)| ''
注意:默认字体大小是根据文字个数动态变化的,会保证文字全部展示出来,如果通过**fontStyle**参数设置字体大小后,可能出现文字展示不全的现象
### 二、素材
内容格式固定,使用VAP素材生成工具生成
Expand Down

0 comments on commit 5b892a3

Please sign in to comment.