strataplayer 1.2.19 → 1.2.20
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/dist/core/StrataCore.d.ts +1 -0
- package/dist/strataplayer.cjs.js +13 -9
- package/dist/strataplayer.cjs.js.map +1 -1
- package/dist/strataplayer.es.js +890 -833
- package/dist/strataplayer.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/ui/components/SubtitleOverlay.d.ts +1 -1
- package/package.json +1 -1
|
@@ -251,6 +251,7 @@ export declare class StrataCore {
|
|
|
251
251
|
private updateSubtitleTrackState;
|
|
252
252
|
fetchWithRetry(url: string, retries?: number, timeout?: number, signal?: AbortSignal): Promise<Response>;
|
|
253
253
|
private convertToVTT;
|
|
254
|
+
private formatDuration;
|
|
254
255
|
attach(container: HTMLElement): void;
|
|
255
256
|
use(plugin: IPlugin): void;
|
|
256
257
|
setSources(sources: PlayerSource[], tracks?: TextTrackConfig[]): void;
|