@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;
@@ -10798,8 +10798,6 @@ var __publicField = (obj, key, value) => {
10798
10798
  const BaseEvents = {
10799
10799
  // sei
10800
10800
  SEI: "sei",
10801
- // sei,在播放时间对齐到该 sei 的时间戳时抛出
10802
- SEI_IN_TIME: "seiInTime",
10803
10801
  // 播放器完成创建
10804
10802
  PLAYER_CREATE_FINISH: "playerCreateFinish",
10805
10803
  FALLBACK_ERROR: "fallbackError",
@@ -10860,10 +10858,6 @@ var __publicField = (obj, key, value) => {
10860
10858
  event: "core_event",
10861
10859
  shouldCallback: (data) => (data == null ? void 0 : data.eventName) === "core.sei"
10862
10860
  },
10863
- [BaseEvents.SEI_IN_TIME]: {
10864
- event: "core_event",
10865
- shouldCallback: (data) => (data == null ? void 0 : data.eventName) === "core.seiintime"
10866
- },
10867
10861
  [BaseEvents.RTM_NETWORK]: {
10868
10862
  event: "core_event",
10869
10863
  shouldCallback: (data) => (data == null ? void 0 : data.eventName) === "core.rtcnetwork"
@@ -14518,7 +14512,7 @@ var __publicField = (obj, key, value) => {
14518
14512
  * @brief Retrieve the player SDK version number.
14519
14513
  */
14520
14514
  get playerVersion() {
14521
- return "2.12.2-rc.0";
14515
+ return "2.13.1-rc.0";
14522
14516
  }
14523
14517
  /** {zh}
14524
14518
  * @brief 获取当前播放视频的清晰度唯一标识(definition)。