Home > hls.js > ExtendedSourceBuffer

ExtendedSourceBuffer type

Signature:

export type ExtendedSourceBuffer = SourceBuffer & {
    onbufferedchange?: ((this: SourceBuffer, ev: Event) => any) | null;
};