interface HlsTag {
    attributes?: Attributes;
    name: string;
    value?: string;
}

Properties

attributes?: Attributes

The attributes of the HLS tag as key-value pairs.

name: string

The name of the HLS tag.

value?: string

The value of the HLS tag that is not part of its attributes.