Skip to content

Commit

Permalink
Update src/controller/buffer-controller.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: itsjamie <1956521+itsjamie@users.noreply.github.com>
  • Loading branch information
tjenkinson and itsjamie committed Jan 18, 2019
1 parent d1634a6 commit 92afa43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/buffer-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class BufferController extends EventHandler {
}
}

onManifestParsed (data: any) {
onManifestParsed (data: { altAudio: boolean }) {
// in case of alt audio 2 BUFFER_CODECS events will be triggered, one per stream controller
// sourcebuffers will be created all at once when the expected nb of tracks will be reached
// in case alt audio is not used, only one BUFFER_CODEC event will be fired from main stream controller
Expand Down

0 comments on commit 92afa43

Please sign in to comment.