hls.js 1.6.0-beta.1.0.canary.10811 → 1.6.0-beta.1.0.canary.10812

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.
@@ -7,8 +7,6 @@ import type {
7
7
  SourceBufferName,
8
8
  SourceBufferTrackSet,
9
9
  } from './buffer';
10
- import type { ChunkMetadata } from './transmuxer';
11
- import type { ErrorDetails, ErrorTypes } from '../errors';
12
10
  import type { MetadataSample, UserdataSample } from './demuxer';
13
11
  import type {
14
12
  HdcpLevel,
@@ -27,6 +25,7 @@ import type {
27
25
  PlaylistLoaderContext,
28
26
  } from './loader';
29
27
  import type { MediaPlaylist, MediaPlaylistType } from './media-playlist';
28
+ import type { ChunkMetadata } from './transmuxer';
30
29
  import type { SteeringManifest } from '../controller/content-steering-controller';
31
30
  import type { IErrorAction } from '../controller/error-controller';
32
31
  import type { HlsAssetPlayer } from '../controller/interstitial-player';
@@ -34,6 +33,7 @@ import type {
34
33
  InterstitialScheduleDurations,
35
34
  InterstitialScheduleItem,
36
35
  } from '../controller/interstitials-schedule';
36
+ import type { ErrorDetails, ErrorTypes } from '../errors';
37
37
  import type { HlsListeners } from '../events';
38
38
  import type { Fragment, MediaFragment, Part } from '../loader/fragment';
39
39
  import type {
@@ -138,6 +138,7 @@ export interface ManifestLoadedData {
138
138
  subtitles?: MediaPlaylist[];
139
139
  url: string;
140
140
  variableList: VariableMap | null;
141
+ isMediaPlaylist?: boolean;
141
142
  }
142
143
 
143
144
  export interface ManifestParsedData {