video.md 999 字节
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.example -->

D
DCloud_LXH 已提交
11 12
<!-- UTSCOMJSON.video.compatibility -->

DCloud-yyl's avatar
DCloud-yyl 已提交
13
#### App平台  
W
x  
wanganxp 已提交
14 15 16 17 18 19

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)    

ijkplayer库的功能较多,video组件并非完全封装。有需要的开发者可以使用uts直接操作该库。
DCloud-yyl's avatar
DCloud-yyl 已提交
20 21

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

DCloud-yyl's avatar
DCloud-yyl 已提交
24
<!-- UTSCOMJSON.video.reference -->
W
x  
wanganxp 已提交
25

W
x  
wanganxp 已提交
26
### 上下文对象API
W
x  
wanganxp 已提交
27

W
x  
wanganxp 已提交
28
video的操作api为[uni.createVideoContext()](../api/createvideocontext.md)
W
x  
wanganxp 已提交
29

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