未验证 提交 66d5e4cf 编写于 作者: O openharmony_ci 提交者: Gitee

!1633 video删除当前不支持的接口

Merge pull request !1633 from caocan/master
......@@ -29,7 +29,6 @@ struct VideoCreateComponent {
Video({
src: this.srcs,
previewUri: this.previewUri,
currentProgressRate: this.currentProgressRates,
controller: this.myVideoController
})
......@@ -48,21 +47,12 @@ struct VideoCreateComponent {
Button("pause").onClick(() => {
this.myVideoController.pause();
});
Button("stop").onClick(() => {
this.myVideoController.stop();
});
}
Row() {
Button("setCurrentTime").onClick(() => {
this.myVideoController.setCurrentTime(9);
});
Button("requestFullscreen").onClick(() => {
this.myVideoController.requestFullscreen(true);
});
Button("exitFullscreen").onClick(() => {
this.myVideoController.exitFullscreen();
});
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册