提交 dd2ff39b 编写于 作者: W wusongqing

update docs against 7252+7408+7522+7583+7278

Signed-off-by: Nwusongqing <wusongqing@huawei.com>
上级 0b9cb12a
......@@ -60,7 +60,7 @@ function setCallBack(audioPlayer) {
audioPlayer.release(); // Release the AudioPlayer instance.
audioPlayer = undefined;
});
audioPlayer.on('timeUpdate', (seekDoneTime) => {// Set the 'timeUpdate' event callback.
audioPlayer.on('timeUpdate', (seekDoneTime) => { // Set the 'timeUpdate' event callback.
if (typeof(seekDoneTime) == 'undefined') {
console.info('audio seek fail');
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册