LivePlayerContext.play
Object object
示例
请使用百度APP扫码
- 在 swan 文件中
data: {
cur: 0,
autoplay: false,
src: 'https://vd3.bdstatic.com/mda-ia8e6q3g23py8qdh/hd/mda-ia8e6q3g23py8qdh.mp4?playlist=%5B%22hd%22%5D&auth_key=1521549485-0-0-d5d042ba3555b2d23909d16a82916ebc&bcevod_channel=searchbox_feed&pd=share'
onShow(){
},
onReady(e) {
this.livePlayerContext = livePlayerContext;
},
livePlay(e) {
this.livePlayerContext.play();
});