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