@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.
@@ -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
  /**