提交 5856dea2 编写于 作者: H huang-xl

player d.ts Signed-off-by: huang-xl<huangxiaolong1@huawei.com>

Signed-off-by: Nhuang-xl <huangxiaolong1@huawei.com>
Change-Id: Id12d9dd3ba1896342c4788dac58d78621a991279
上级 2b52be99
......@@ -71,10 +71,10 @@ describe('VideoPlayerHLSBitrateTest.test', function () {
releaseVideoPlayer(done);
}
});
videoPlayer.on('availableBitrateCollected', (bitrates) => {
videoPlayer.on('availableBitratesCollect', (bitrates) => {
bitrateArray = bitrates;
for (let i = 0; i < bitrateArray.length; i++) {
console.info('case availableBitrateCollected bitrates: ' + bitrateArray[i]);
console.info('case availableBitratesCollect bitrates: ' + bitrateArray[i]);
}
});
videoPlayer.on('error', (err) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册