@volcengine/veplayer 1.19.0-rc.10 → 1.19.0-rc.12
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 +23 -0
- package/index.min.js +2 -2
- package/lite.cjs +2 -2
- package/lite.d.ts +5 -0
- package/lite.esm.mjs +2 -2
- package/lite.min.js +2 -2
- package/package.json +1 -1
- package/plugin/hlsEncrypt.js +2 -2
- package/plugin/hlsjsPro.js +2 -2
- package/plugin/modules/DashAbralgo.mjs +1 -1
- package/plugin/modules/XGVideo.mjs +1 -1
- package/plugin/modules/danmuMask.mjs +1 -1
- package/plugin/modules/danmujs.mjs +1 -1
- package/plugin/modules/dash.mjs +1 -1
- package/plugin/modules/flv.mjs +1 -1
- package/plugin/modules/hls.mjs +1 -1
- package/plugin/modules/hlsEncrypt.mjs +2 -2
- package/plugin/modules/hlsjs.mjs +1 -1
- package/plugin/modules/hlsjsPro.mjs +2 -2
- package/plugin/modules/mp4Encrypt.mjs +1 -1
- package/plugin/modules/preloader.mjs +1 -1
- package/plugin/modules/streamprobe.mjs +1 -1
- package/plugin/modules/vestrategy.mjs +1 -1
- package/plugin/modules/vestrategy_adapt_range.mjs +1 -1
- package/plugin/modules/vestrategy_h265.mjs +1 -1
- package/plugin/modules/vestrategy_preload.mjs +1 -1
package/lite.d.ts
CHANGED
|
@@ -1371,6 +1371,11 @@ export interface LitePlayerConfig<MediaUrl extends LiteMediaUrl = LiteMediaUrl,
|
|
|
1371
1371
|
albumId?: string;
|
|
1372
1372
|
episodeId?: string;
|
|
1373
1373
|
transcodeParam?: LiteTranscodeParam;
|
|
1374
|
+
dramaInfoRequest?: {
|
|
1375
|
+
timeout?: number;
|
|
1376
|
+
retryCount?: number;
|
|
1377
|
+
retryInterval?: number;
|
|
1378
|
+
};
|
|
1374
1379
|
onGetMediaInfo?: (...args: unknown[]) => void;
|
|
1375
1380
|
onGetDramaInfoPerf?: (...args: unknown[]) => void;
|
|
1376
1381
|
autoSubtitle?: boolean;
|