OptiView Ads SDK
    Preparing search index...

    Function parseId3GeobBody

    • Parse one GEOB frame body (after the 10-byte frame header): encoding byte, MIME (latin1, NUL), file name (NUL, frame encoding), description (NUL, frame encoding), object data.

      Parameters

      • body: Uint8Array

        The frame body bytes.

      Returns Id3GeobFrame | null

      The parsed frame, or null when malformed. Never throws.