Documentation
    Preparing search index...

    Function getId3Data

    • Internal

      Returns any adjacent ID3 tags found in data starting at offset, as one block of data

      Parameters

      • data: Uint8Array

        The data to search in

      • offset: number

        The offset at which to start searching

      Returns undefined | Uint8Array<ArrayBufferLike>

      The block of data containing any ID3 tags found or undefined if no header is found at the starting offset