@volcengine/veplayer 1.7.3-rc.1 → 1.7.3-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 +6 -0
- package/index.min.js +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1664,6 +1664,12 @@ export interface IPlayerConfig extends IPlayerOptions {
|
|
|
1664
1664
|
* @memberof IPlayerConfig
|
|
1665
1665
|
*/
|
|
1666
1666
|
AutoplayPlugin?: IAutoplayPluginConfig;
|
|
1667
|
+
/**
|
|
1668
|
+
* 清晰度相关的配置
|
|
1669
|
+
*/
|
|
1670
|
+
definition?: {
|
|
1671
|
+
seamless?: boolean;
|
|
1672
|
+
};
|
|
1667
1673
|
}
|
|
1668
1674
|
/**
|
|
1669
1675
|
* 初始配置
|