提交 371a55c6 编写于 作者: F flz

modify file Signed-off-by: FULIZHONG<fulizhong1@huawei.com>

Signed-off-by: Nflz <fulizhong1@huawei.com>
上级 5768095b
...@@ -1071,7 +1071,7 @@ getCurrentTrack(trackType: MediaType, callback: AsyncCallback\<number>): void ...@@ -1071,7 +1071,7 @@ getCurrentTrack(trackType: MediaType, callback: AsyncCallback\<number>): void
let mediaType = media.MediaType.MEDIA_TYPE_AUD; let mediaType = media.MediaType.MEDIA_TYPE_AUD;
let trackIndex = null; let trackIndex = null;
avPlayer.getCurrentTrack(mediaType (err, index) => { avPlayer.getCurrentTrack(mediaType, (err, index) => {
if (err == null) { if (err == null) {
console.info('getCurrentTrack success'); console.info('getCurrentTrack success');
trackIndex = index; trackIndex = index;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册