Interface M3uCustomDataMapping

Custom data mapping, that defines parsing of unknown directives. Directive can belong to whole playlist, or specific media. Key is name of directive and value is if directive belongs to the specific media (otherwise whole playlist)

{'#PlaylistDirective': false, '#MediaDirective': true}

in this example #PlaylistDirective is configured as directive, that belongs to playlist and #MediaDirective to the specific media

Hierarchy

  • M3uCustomDataMapping

Indexable

[key: string]: boolean

Generated using TypeDoc