taglib-ts
    Preparing search index...

    Function readDWORD

    • Read a 32-bit unsigned little-endian integer (DWORD) from file.

      Parameters

      • file: File

        Open file handle positioned at the DWORD.

      Returns Promise<ReadResult<number>>

      A ReadResult with the value and a success flag.