@byteplus/veplayer 1.15.3-rc.9 → 1.16.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.
- package/index.d.ts +1 -4
- package/index.min.js +2 -2
- package/package.json +1 -1
- package/plugin/XGVideo.js +2 -1
- package/plugin/flv.js +1 -1
package/index.d.ts
CHANGED
|
@@ -2349,6 +2349,7 @@ export declare type TUserRegionConfig = {
|
|
|
2349
2349
|
__LOG_TEA_ID__: number;
|
|
2350
2350
|
__LOG_CHANNEL__: TLogChannel;
|
|
2351
2351
|
__LOG_CUSTOM_REGION__?: string;
|
|
2352
|
+
__LOG_CHANNEL_DOMAIN__?: string;
|
|
2352
2353
|
__UMD_PRE_PATH__: string;
|
|
2353
2354
|
};
|
|
2354
2355
|
export declare type TLogChannel = "cn" | "va" | "sg";
|
|
@@ -4955,10 +4956,6 @@ declare class VePlayer {
|
|
|
4955
4956
|
* @param list 待预加载视频列表,详情见{@link IPreloadStream[]}
|
|
4956
4957
|
*/
|
|
4957
4958
|
static setPreloadList(list: IPreloadStream[]): Promise<void>;
|
|
4958
|
-
/** {zh}
|
|
4959
|
-
* @brief 是否支持iOS的MMS
|
|
4960
|
-
*/
|
|
4961
|
-
static isMMSSupported: typeof isMMSSupported;
|
|
4962
4959
|
/**
|
|
4963
4960
|
* @hidden
|
|
4964
4961
|
* @param codec
|