Home > hls.js > FragmentTracker > removeFragmentsInRange
FragmentTracker.removeFragmentsInRange() method
Signature:
removeFragmentsInRange(start: number, end: number, playlistType: PlaylistLevelType, withGapOnly?: boolean, unbufferedOnly?: boolean): void;Parameters
| 
 Parameter  | 
 Type  | 
 Description  | 
|---|---|---|
| 
 start  | 
 number  | |
| 
 end  | 
 number  | |
| 
 playlistType  | ||
| 
 withGapOnly  | 
 boolean  | 
 (Optional)  | 
| 
 unbufferedOnly  | 
 boolean  | 
 (Optional)  | 
Returns:
void