Function extractElement

  • extract the first occurance of an EBML tag from a flattened array of EBML data. If it's a MasterElement you will also get the content. (everything between start and end)

    Parameters

    • idName: string

      name of the EBML Element to extract.

    • metadata: EBMLElementBuffer[]

      array of EBML elements to search

    Returns EBMLElementBuffer[]

Generated using TypeDoc