You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Warning: (ae-missing-release-tag) "AbrController" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "AudioTrackController" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "BasePlaylistController" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "BaseSegment" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "BufferAppendedData" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "BufferController" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
@@ -626,8 +624,6 @@ export class BufferController implements ComponentAPI {
626
624
protected unregisterListeners():void;
627
625
// (undocumented)
628
626
updateSeekableRange(levelDetails:any):void;
629
-
// (undocumented)
630
-
protected warn: (msg:any, obj?:any) =>void;
631
627
}
632
628
633
629
// Warning: (ae-missing-release-tag) "BufferControllerConfig" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "ContentSteeringController" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "EMEController" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "ErrorController" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
@@ -1608,6 +1604,7 @@ class Hls implements HlsEventEmitter {
1608
1604
// Warning: (ae-setter-with-docs) The doc comment for the property "loadLevel" must appear on the getter, not the setter.
1609
1605
set loadLevel(newLevel:number);
1610
1606
loadSource(url:string):void;
1607
+
readonly logger:ILogger;
1611
1608
get lowLatencyMode():boolean;
1612
1609
// Warning: (ae-setter-with-docs) The doc comment for the property "lowLatencyMode" must appear on the getter, not the setter.
1613
1610
set lowLatencyMode(mode:boolean);
@@ -2653,6 +2650,25 @@ export class LoadStats implements LoaderStats {
2653
2650
total:number;
2654
2651
}
2655
2652
2653
+
// Warning: (ae-missing-release-tag) "Logger" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2654
+
//
2655
+
// @public (undocumented)
2656
+
exportclassLoggerimplementsILogger {
2657
+
constructor(label:string, logger:ILogger);
2658
+
// (undocumented)
2659
+
debug:ILogFunction;
2660
+
// (undocumented)
2661
+
error:ILogFunction;
2662
+
// (undocumented)
2663
+
info:ILogFunction;
2664
+
// (undocumented)
2665
+
log:ILogFunction;
2666
+
// (undocumented)
2667
+
trace:ILogFunction;
2668
+
// (undocumented)
2669
+
warn:ILogFunction;
2670
+
}
2671
+
2656
2672
// Warning: (ae-missing-release-tag) "MainPlaylistType" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2657
2673
//
2658
2674
// @public (undocumented)
@@ -3211,7 +3227,11 @@ export class SubtitleStreamController extends BaseStreamController implements Ne
// Warning: (ae-missing-release-tag) "SubtitleTrackController" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
0 commit comments