@byomakase/omakase-player 1.0.1 → 1.0.2-SNAPSHOT.1782885449
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/omakase-player.es.d.ts +1 -0
- package/dist/omakase-player.es.js +7643 -7582
- package/dist/omakase-player.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -8740,6 +8740,7 @@ export declare type ThumbnailTrackUpdateableAttrs = TrackUpdateableAttrs;
|
|
|
8740
8740
|
|
|
8741
8741
|
export declare class ThumbnailTrackVttFetcher extends VttTimedItemsFetcher<ThumbnailTrack> {
|
|
8742
8742
|
map(index: number, cue: ParsedVttCue): TimedItemOf<ThumbnailTrack>;
|
|
8743
|
+
fetchTimedItems(): Observable<void>;
|
|
8743
8744
|
}
|
|
8744
8745
|
|
|
8745
8746
|
/**
|