Home > hls.js > BufferControllerConfig
BufferControllerConfig type
Signature:
export type BufferControllerConfig = {
appendErrorMaxRetry: number;
backBufferLength: number;
liveDurationInfinity: boolean;
liveBackBufferLength: number | null;
};