@volcengine/veplayer 1.17.2-rc.0 → 1.17.2-rc.1

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 CHANGED
@@ -7284,7 +7284,7 @@ declare class VePlayer {
7284
7284
  * @memberof VePlayer
7285
7285
  */
7286
7286
  getCurrentPlayerConfig(): {
7287
- type?: "vod" | "live"; /** @hidden 在 HLS 音轨列表就绪或清晰度切换后,恢复上次选中的音轨;找不到时应用 audioPreference 配置 */
7287
+ type?: "vod" | "live";
7288
7288
  isLive?: boolean;
7289
7289
  lineId?: string | number;
7290
7290
  definition?: string;