Interface M3uCustomData

Custom data, that represents unknown directives, that can be parsed also, when mapping is presented

interface M3uCustomData {
    directive: string;
    value: string;
}

Properties

Properties

directive: string

Directive name with '#' symbol at the start e.g. #EXT-CUSTOM

value: string

Value or parameters of directive in case of #EXT-CUSTOM:Something , the 'Something' string is the value