@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.biz.live.development.js +16 -2
- package/esm/veplayer.biz.live.production.js +1 -1
- package/esm/veplayer.d.ts +2 -1
- package/esm/veplayer.development.js +163 -138
- package/esm/veplayer.live.d.ts +2 -1
- package/esm/veplayer.live.development.js +163 -138
- package/esm/veplayer.live.production.js +3 -3
- package/esm/veplayer.production.js +3 -3
- package/esm/veplayer.vod.development.js +145 -134
- package/esm/veplayer.vod.production.js +2 -2
- package/package.json +1 -1
- package/umd/veplayer.biz.live.development.js +16 -2
- package/umd/veplayer.biz.live.production.js +1 -1
- package/umd/veplayer.d.ts +2 -1
- package/umd/veplayer.development.js +163 -138
- package/umd/veplayer.live.d.ts +2 -1
- package/umd/veplayer.live.development.js +163 -138
- package/umd/veplayer.live.production.js +1 -1
- package/umd/veplayer.production.js +1 -1
- package/umd/veplayer.vod.development.js +145 -134
- package/umd/veplayer.vod.production.js +1 -1
- package/veplayer.d.ts +2 -1
- package/veplayer.live.d.ts +2 -1
package/umd/veplayer.live.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 格式流的编码信息。
|
|
@@ -14572,4 +14573,4 @@ declare const enum DrmType {
|
|
|
14572
14573
|
declare const isMseSupported$0: typeof isMseSupported;
|
|
14573
14574
|
declare const isSoftDecodeSupported$0: typeof isSoftDecodeSupported;
|
|
14574
14575
|
declare const isMMSSupported$0: typeof isMMSSupported;
|
|
14575
|
-
export { Codec, DecodeType, Degradation, DynamicModule, RTMCodec, ListType, DrmType, Plugin, ExposedSource, VePlayerLive, util, register, registerPlugin, createLivePlayer, isMseSupported$0 as isMseSupported, isSoftDecodeSupported$0 as isSoftDecodeSupported, isRTMSupported, isFLVSupported, isRTMSupportCodec, isMMSSupported$0 as isMMSSupported, load, POSITIONS, EN, ZH_CN, Sniffer, live };
|
|
14576
|
+
export { Codec, DecodeType, Degradation, DynamicModule, RTMCodec, ListType, DrmType, Plugin, ExposedSource, VePlayerLive, util, register, registerPlugin, createLivePlayer, isMseSupported$0 as isMseSupported, isSoftDecodeSupported$0 as isSoftDecodeSupported, isRTMSupported, isFLVSupported, isRTMSupportCodec, isRTMSeiSupported, isMMSSupported$0 as isMMSSupported, load, POSITIONS, EN, ZH_CN, Sniffer, live };
|