video.md 794 字节
Newer Older
D
DCloud_LXH 已提交
1
## video
D
DCloud_LXH 已提交
2 3 4 5 6

<!-- UTSCOMJSON.video.description -->

<!-- UTSCOMJSON.video.attrubute -->

D
DCloud_LXH 已提交
7 8
<!-- UTSCOMJSON.video.event -->

D
DCloud_LXH 已提交
9 10
<!-- UTSCOMJSON.video.compatibility -->

DCloud-yyl's avatar
DCloud-yyl 已提交
11 12 13 14
#### App平台  
- App-Android平台video组件使用ijkplayer库实现:[https://github.com/bilibili/ijkplayer](https://github.com/bilibili/ijkplayer);弹幕功能使用DanmakuFlameMaster库实现:[https://github.com/bilibili/DanmakuFlameMaster](https://github.com/bilibili/DanmakuFlameMaster)    

### bug@tips  
W
x  
wanganxp 已提交
15
- 暂不支持横屏全屏后放置子组件
W
更x  
wanganxp 已提交
16

DCloud-yyl's avatar
DCloud-yyl 已提交
17
<!-- UTSCOMJSON.video.reference -->
W
x  
wanganxp 已提交
18 19 20 21 22 23

### API

video的操作api为uni.createVideoContext()。

给video组件设一个id属性,将id的值传入uni.createVideoContext(),即可得到video组件的上下文对象,进一步可使用`.play()``.stop()`等方法。