diff --git a/types/hls.js/index.d.ts b/types/hls.js/index.d.ts index 8e6e6fa3a5..cf7dbc9b12 100644 --- a/types/hls.js/index.d.ts +++ b/types/hls.js/index.d.ts @@ -4,6 +4,7 @@ // Johan Brook // Adrián Caballero // Alexey I. Berezin +// Arkadiusz Babiarz // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.4 @@ -352,6 +353,15 @@ declare namespace Hls { error?: CustomLogger; } + interface AudioTrack { + buffer: SourceBuffer; + container: string; + codec: string; + id: string; + initSegment?: Uint8Array; + levelCodec: string; + } + interface Config { /** * (default: false)