@byteplus/veplayer 2.12.2-rc.0 → 2.13.1-rc.0

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.
@@ -5080,7 +5080,6 @@ declare namespace error {
5080
5080
  declare namespace event {
5081
5081
  const BaseEvents: {
5082
5082
  SEI: string;
5083
- SEI_IN_TIME: string;
5084
5083
  PLAYER_CREATE_FINISH: string;
5085
5084
  FALLBACK_ERROR: string;
5086
5085
  FALLBACK: string;
@@ -5125,7 +5124,6 @@ declare namespace event {
5125
5124
  };
5126
5125
  const Events: {
5127
5126
  SEI: string;
5128
- SEI_IN_TIME: string;
5129
5127
  PLAYER_CREATE_FINISH: string;
5130
5128
  FALLBACK_ERROR: string;
5131
5129
  FALLBACK: string;
@@ -10794,8 +10794,6 @@ var OptionList = /* @__PURE__ */ function() {
10794
10794
  const BaseEvents = {
10795
10795
  // sei
10796
10796
  SEI: "sei",
10797
- // sei,在播放时间对齐到该 sei 的时间戳时抛出
10798
- SEI_IN_TIME: "seiInTime",
10799
10797
  // 播放器完成创建
10800
10798
  PLAYER_CREATE_FINISH: "playerCreateFinish",
10801
10799
  FALLBACK_ERROR: "fallbackError",
@@ -10856,10 +10854,6 @@ const EVENT_TRANSFORMATION = {
10856
10854
  event: "core_event",
10857
10855
  shouldCallback: (data) => (data == null ? void 0 : data.eventName) === "core.sei"
10858
10856
  },
10859
- [BaseEvents.SEI_IN_TIME]: {
10860
- event: "core_event",
10861
- shouldCallback: (data) => (data == null ? void 0 : data.eventName) === "core.seiintime"
10862
- },
10863
10857
  [BaseEvents.RTM_NETWORK]: {
10864
10858
  event: "core_event",
10865
10859
  shouldCallback: (data) => (data == null ? void 0 : data.eventName) === "core.rtcnetwork"
@@ -14514,7 +14508,7 @@ class VePlayerBase {
14514
14508
  * @brief Retrieve the player SDK version number.
14515
14509
  */
14516
14510
  get playerVersion() {
14517
- return "2.12.2-rc.0";
14511
+ return "2.13.1-rc.0";
14518
14512
  }
14519
14513
  /** {zh}
14520
14514
  * @brief 获取当前播放视频的清晰度唯一标识(definition)。