Skip to content

Commit c074c47

Browse files
author
Kyle Seager
committed
Updated hls.js.api.md
1 parent ecd857d commit c074c47

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

api-extractor/report/hls.js.api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2123,6 +2123,9 @@ class Hls implements HlsEventEmitter {
21232123
// (undocumented)
21242124
static get MetadataSchema(): typeof MetadataSchema;
21252125
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);
21262129
get nextAutoLevel(): number;
21272130
// Warning: (ae-setter-with-docs) The doc comment for the property "nextAutoLevel" must appear on the getter, not the setter.
21282131
set nextAutoLevel(nextLevel: number);

0 commit comments

Comments
 (0)