Function removeElement

  • remove all occurances of an EBML element from an array of elements If it's a MasterElement you will also remove the content. (everything between start and end)

    Parameters

    • idName: string

      name of the EBML Element to remove.

    • metadata: EBMLElementBuffer[]

      array of EBML elements to search

    Returns void

Generated using TypeDoc