提交 132dc57a 编写于 作者: H hwgaizw

dump frame Signed-off-by: hwgaizw <gaizhengwei@huawei.com>

Signed-off-by: Nhwgaizw <gaizhengwei@huawei.com>
Change-Id: Id756446bc9adb16f218ffb3203dc5677020f1711
上级 7c0ce532
...@@ -440,7 +440,7 @@ export class VideoPlayerDemo { ...@@ -440,7 +440,7 @@ export class VideoPlayerDemo {
videoPlayer.loop = true; videoPlayer.loop = true;
// 调用play接口正式开始循环播放 // 调用play接口正式开始循环播放
await videoPlayer.play().then(() => { await videoPlayer.play().then(() => {
console.info('play success'); console.info('play success, loop value is ' + videoPlayer.loop);
}, this.failureCallback).catch(this.catchCallback); }, this.failureCallback).catch(this.catchCallback);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册