Home > hls.js > Hls > pauseBuffering

Hls.pauseBuffering() method

Prevents stream controller from loading new segments until resumeBuffering is called. This allows for media buffering to be paused without interupting playlist loading.

Signature:

pauseBuffering(): void;

Returns:

void