HLS Downloaderv0.0.0-semantic-release

SegmentDownloadedData

interface SegmentDownloadedData { path?: string; processed: number; total: number; url: string; }

Source: Downloader.ts:39

Metadata describing a successfully downloaded HLS media segment.


Properties

path: string

Absolute or relative local file system path where the segment was saved. Undefined if the segment was kept in memory.

processed: number

The current sequence number of the processed item (1-based).

total: number

Total number of segments to download.

url: string

The original segment URL as referenced in the HLS playlist (.m3u8).