Class M3uAttributes

M3u media attributes. Can contains know attributes, or unknown custom user defined.

Example

const media1 = new M3uMedia('http://my-stream-ulr.com/playlist.m3u8');
media1.attributes = {'tvg-id': '5', 'tvg-language': 'EN', 'unknown': 'my custom attribute'};

Hierarchy

  • M3uAttributes

Indexable

[key: string]: string | undefined

Constructors

Properties

group-title?: string

group-title attribute, widely used

tvg-country?: string

tvg-country attribute, widely used

tvg-id?: string

tvg-id attribute, widely used

tvg-language?: string

tvg-language attribute, widely used

tvg-logo?: string

tvg-logo attribute, widely used

url-tvg?: string

url-tvg attribute, widely used for EPG

Generated using TypeDoc