We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd857d commit c074c47Copy full SHA for c074c47
1 file changed
api-extractor/report/hls.js.api.md
@@ -2123,6 +2123,9 @@ class Hls implements HlsEventEmitter {
2123
// (undocumented)
2124
static get MetadataSchema(): typeof MetadataSchema;
2125
get minAutoLevel(): number;
2126
+ get nextAudioTrack(): number;
2127
+ // Warning: (ae-setter-with-docs) The doc comment for the property "nextAudioTrack" must appear on the getter, not the setter.
2128
+ set nextAudioTrack(audioTrackId: number);
2129
get nextAutoLevel(): number;
2130
// Warning: (ae-setter-with-docs) The doc comment for the property "nextAutoLevel" must appear on the getter, not the setter.
2131
set nextAutoLevel(nextLevel: number);
0 commit comments