@byteplus/veplayer 1.15.2-rc.1 → 1.15.2-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/index.d.ts +0 -27
- package/index.min.js +2 -2
- package/package.json +1 -1
- package/plugin/XGVideo.js +1 -1
package/index.d.ts
CHANGED
|
@@ -2856,11 +2856,6 @@ export interface IPlayerConfig extends IPlayerOptions {
|
|
|
2856
2856
|
* @default {position: 'controlsRight', index: 0, rotateFullscreen: false, useCssFullscreen: false, target: null, switchCallback: null, disable: false, needBackIcon: false }
|
|
2857
2857
|
*/
|
|
2858
2858
|
fullscreen?: IFullscreenConfig;
|
|
2859
|
-
/**
|
|
2860
|
-
* @brief css全屏配置
|
|
2861
|
-
* @default {position:'controlsRight', index: 1, disable: false,target: null}
|
|
2862
|
-
*/
|
|
2863
|
-
cssFullscreen?: ICSSFullscreenConfig;
|
|
2864
2859
|
/** {zh}
|
|
2865
2860
|
* @breif 是否总是显示清晰度切换控件,即只有一个清晰度时也显示清晰度切换控件
|
|
2866
2861
|
* @default false
|
|
@@ -3771,28 +3766,6 @@ export interface IPIPConfig extends IPluginConfig {
|
|
|
3771
3766
|
*/
|
|
3772
3767
|
docPiPStyle?: ((...arg: any) => string) | string;
|
|
3773
3768
|
}
|
|
3774
|
-
export interface ICSSFullscreenConfig {
|
|
3775
|
-
/** {zh}
|
|
3776
|
-
* @brief 插件DOM挂载位置
|
|
3777
|
-
* @default controlsRight
|
|
3778
|
-
*/
|
|
3779
|
-
position?: POSITIONS;
|
|
3780
|
-
/** {zh}
|
|
3781
|
-
* @brief 插件DOM在挂载点内的排序,默认为1,越小越靠前(若index相同,后实例化的插件会被放置在前面)
|
|
3782
|
-
* @default 1
|
|
3783
|
-
*/
|
|
3784
|
-
index?: number;
|
|
3785
|
-
/** {zh}
|
|
3786
|
-
* @brief 是否禁用
|
|
3787
|
-
* @default true
|
|
3788
|
-
*/
|
|
3789
|
-
disable?: boolean;
|
|
3790
|
-
/**
|
|
3791
|
-
* @brief 自定义网页全屏作用的dom,默认是播放器根节点, 该配置项必须是player.root的父辈节点,使用场景是解决网页全屏下和player.root同级的dom需要显示的场景
|
|
3792
|
-
* @default null
|
|
3793
|
-
*/
|
|
3794
|
-
target?: HTMLElement;
|
|
3795
|
-
}
|
|
3796
3769
|
/** {zh}
|
|
3797
3770
|
* @brief 全屏配置。
|
|
3798
3771
|
* @list Options
|