Interface PlayerHlsConfiguration

interface PlayerHlsConfiguration {
    customTagMap: CustomTagMap;
    ignoreTags: Set<string>;
}

Properties

customTagMap: CustomTagMap
ignoreTags: Set<string>