@byteplus/veplayer 1.17.0-rc.5 → 1.17.0-rc.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +2 -0
- package/index.min.js +2 -2
- package/package.json +1 -1
- package/plugin/hlsEncrypt.js +2 -2
- package/plugin/hlsjsPro.js +2 -2
package/index.d.ts
CHANGED
|
@@ -5534,6 +5534,8 @@ declare class VePlayer {
|
|
|
5534
5534
|
private _emitter;
|
|
5535
5535
|
/** 最近一次用户主动(或 defaultAudioLang)选中的音轨语言代码,用于清晰度切换后恢复音轨 */
|
|
5536
5536
|
private _lastSelectedAudioLang;
|
|
5537
|
+
/** playNext 后置为 true,直到新视频首个 addtrack 到达前屏蔽旧视频 change 事件的干扰 */
|
|
5538
|
+
private _playNextPending;
|
|
5537
5539
|
/**
|
|
5538
5540
|
*
|
|
5539
5541
|
*
|