提交 3f5353fc 编写于 作者: C caocan

video remove interface unsupported

Signed-off-by: Ncaocan <1532643766@qq.com>
Change-Id: I610c6205ccf1608d3371f450c1f86ce88fad9c8e
上级 0f462188
......@@ -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.
先完成此消息的编辑!
想要评论请 注册