@volcengine/veplayer 1.15.3-rc.4 → 1.15.3-rc.6
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 +4 -0
- package/index.min.js +2 -2
- package/package.json +1 -1
- package/plugin/XGVideo.js +1 -1
package/index.d.ts
CHANGED
|
@@ -4955,6 +4955,10 @@ declare class VePlayer {
|
|
|
4955
4955
|
* @param list 待预加载视频列表,详情见{@link IPreloadStream[]}
|
|
4956
4956
|
*/
|
|
4957
4957
|
static setPreloadList(list: IPreloadStream[]): Promise<void>;
|
|
4958
|
+
/** {zh}
|
|
4959
|
+
* @brief 是否支持iOS的MMS
|
|
4960
|
+
*/
|
|
4961
|
+
static isMMSSupported: typeof isMMSSupported;
|
|
4958
4962
|
/**
|
|
4959
4963
|
* @hidden
|
|
4960
4964
|
* @param codec
|