@volcengine/veplayer 2.12.0-rc.1 → 2.12.0-rc.2

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/esm/veplayer.d.ts CHANGED
@@ -7911,6 +7911,7 @@ declare function isRTMSupported(): Promise<boolean>;
7911
7911
  * @returns
7912
7912
  */
7913
7913
  declare function isRTMSupportCodec(codec?: string): Promise<boolean>;
7914
+ declare function isRTMSeiSupported(): Promise<boolean>;
7914
7915
  /** {zh}
7915
7916
  * @detail api
7916
7917
  * @brief 检查当前浏览器是否支持 FLV 格式流的编码信息。
@@ -14564,4 +14565,4 @@ declare namespace live {
14564
14565
  };
14565
14566
  type Events = LiveEvents;
14566
14567
  }
14567
- export { Codec, DecodeType, Degradation, DynamicModule, RTMCodec, ListType, Plugin, ExposedSource, VePlayerLive, util, register, registerPlugin, createLivePlayer, isMseSupported, isSoftDecodeSupported, isRTMSupported, isFLVSupported, isRTMSupportCodec, isMMSSupported, load, POSITIONS, EN, ZH_CN, Sniffer, live };
14568
+ export { Codec, DecodeType, Degradation, DynamicModule, RTMCodec, ListType, Plugin, ExposedSource, VePlayerLive, util, register, registerPlugin, createLivePlayer, isMseSupported, isSoftDecodeSupported, isRTMSupported, isFLVSupported, isRTMSupportCodec, isRTMSeiSupported, isMMSSupported, load, POSITIONS, EN, ZH_CN, Sniffer, live };