@volcengine/veplayer 2.5.0 → 2.6.0-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.
@@ -3994,7 +3994,6 @@ declare namespace strategy {
3994
3994
  }
3995
3995
  type StrategyCreator<T, R extends keyof ModulesMap = any> = (options?: T) => Strategy<T, R>;
3996
3996
  const createFlvMseStrategy: StrategyCreator<VePlayerBaseOptions, DynamicModule.PluginFlv>;
3997
- const createFlvMssStrategy: StrategyCreator<VePlayerBaseOptions, DynamicModule.PluginFlv>;
3998
3997
  const createHlsMseStrategy: StrategyCreator<VePlayerBaseOptions, DynamicModule.PluginHls>;
3999
3998
  const createSoftDecodeH264Strategy: StrategyCreator<VePlayerBaseOptions, DynamicModule.PluginXgvideo>;
4000
3999
  const createSoftDecodeH265Strategy: StrategyCreator<VePlayerBaseOptions, DynamicModule.PluginXgvideo>;
@@ -1456,7 +1456,7 @@ var __publicField = (obj, key, value) => {
1456
1456
  }
1457
1457
  }
1458
1458
  };
1459
- var version = "3.0.21-rc.2";
1459
+ var version = "3.0.21-rc.3";
1460
1460
  var ERROR_TYPE_MAP = {
1461
1461
  1: "media",
1462
1462
  2: "media",
@@ -12809,15 +12809,11 @@ var __publicField = (obj, key, value) => {
12809
12809
  const { XGVideoPlugin } = await load(DynamicModule.PluginXgvideo);
12810
12810
  return XGVideoPlugin == null ? void 0 : XGVideoPlugin.isSupported();
12811
12811
  }
12812
- function isMMSSupported() {
12813
- return typeof ManagedMediaSource !== "undefined";
12814
- }
12815
12812
  ({
12816
12813
  ...util,
12817
12814
  getStreamType,
12818
12815
  isMseSupported,
12819
12816
  isSoftDecodeSupported,
12820
- isMMSSupported,
12821
12817
  appendSearchParams,
12822
12818
  getUrlObject
12823
12819
  });
@@ -13030,6 +13026,7 @@ var __publicField = (obj, key, value) => {
13030
13026
  }
13031
13027
  // 有音量修改,取消静音
13032
13028
  handleVolumechange() {
13029
+ this._state.mode = this.player.muted ? 1 : 0;
13033
13030
  if (!this._state.showUnmuteBt)
13034
13031
  return;
13035
13032
  this._state.showUnmuteBt = false;
@@ -13685,7 +13682,7 @@ var __publicField = (obj, key, value) => {
13685
13682
  * @brief Retrieve the player SDK version number.
13686
13683
  */
13687
13684
  get playerVersion() {
13688
- return "2.5.0";
13685
+ return "2.6.0-rc.1";
13689
13686
  }
13690
13687
  /** {zh}
13691
13688
  * @brief 获取当前播放视频的清晰度唯一标识(definition)。