hls.js package
Classes
Class |
Description |
---|---|
Keep a CEA-608 screen of 32x15 styled characters | |
Controller to deal with Common Media Client Data (CMCD) | |
Controller to deal with encrypted media extensions (EME) | |
Object representing parsed data from an HLS Segment. Found in LevelDetails.fragments. | |
The | |
Object representing parsed data from an HLS Media Playlist. Found in Level.details. | |
Object representing parsed data from an HLS Partial Segment. Found in LevelDetails.partList. | |
Sub-class specialization of EventHandler base class. TaskLoop allows to schedule a task function being called (optionnaly repeatedly) on the main loop, scheduled asynchroneously, avoiding recursive calls in the same tick. The task itself is implemented in It will be assured that the task execution method ( If further execution requests have already been scheduled on the next tick, it can be checked with The task can be scheduled as an interval repeatedly with a period as parameter (see Sub-classes need to implement the Further explanations: The baseclass has a When the task execution ( | |
Enumerations
Enumeration |
Description |
---|---|
Interfaces
Interface |
Description |
---|---|
Defines each Event type and payload by Event name. Used in HlsEventEmitter to strongly type the event listener API. | |
Variables
Variable |
Description |
---|---|
Type Aliases
Type Alias |
Description |
---|---|