@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/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;