Interface M3uCustomDataMapping

Custom data mapping, that defines parsing of unknown directives. Directive can belong to whole playlist, or specific media.

interface M3uCustomDataMapping {
    media?: string[];
    playlist?: string[];
}

Properties

Properties

media?: string[]
playlist?: string[]
MMNEPVFCICPMFPCPTTAAATR