Hierarchy

  • Parser
    • ChunkPlaylistParser

Constructors

Properties

parsedPlaylist_: ParsedPlaylist
sharedState_: SharedState

Methods

  • Parameters

    • tagKey: string
    • tagValue: null | string
    • tagAttributes: Record<string, string>

    Returns void

  • Transforms tag attributes before processing them. Override this method for custom tag attribute transformations.

    Parameters

    • tagKey: string

      tag key

    • tagAttributes: Record<string, string>

      tag attributes

    Returns Record<string, string>

  • Transforms tag attributes before processing them. Override this method for custom tag attribute transformations.

    Parameters

    • tagKey: string

      tag key

    • tagValue: null | string

      tag value

    Returns null | string

  • Parameters

    • uri: string

    Returns void