未验证 提交 75cfb6f8 编写于 作者: N Nicklaus 提交者: Gitee

update multimedia/media/media_js_standard/AVPlayerTestBase.js.

Signed-off-by: NNicklaus <dongwei@kaihong.com>
上级 a64e4115
......@@ -390,7 +390,7 @@ export function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms));
}
export function setAVPlayerPlayAndPauseWithCallBack(src, avPlayer, playTest, playTime, done) {
function setAVPlayerPlayAndPauseWithCallBack(src, avPlayer, playTest, playTime, done) {
let playPauseCount = 0;
let surfaceID = globalThis.value;
console.info(`case setAVPlayerPlayAndPauseWithCallBack in, surfaceID is ${surfaceID}`);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册