Describes the HLS component

Export

ComponentHLS

interface ComponentHLS {
    id: string;
    properties: ComponentPropertiesHLS;
    tracks: Track[];
    type: string;
}

Properties

id: string

Assigned component ID

Memberof

ComponentHLS

Memberof

ComponentHLS

tracks: Track[]

List of all component's tracks

Memberof

ComponentHLS

type: string

Component type

Memberof

ComponentHLS