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
Generated using TypeDoc
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)
in this example #PlaylistDirective is configured as directive, that belongs to playlist and #MediaDirective to the specific media