taglib-ts
    Preparing search index...

    Function renderFullBox

    • Renders an ISO base-media full-box (version byte + 3-byte flags + data).

      Parameters

      • name: string

        4-character atom name.

      • version: number

        Box version byte (0 or 1).

      • flags: number

        24-bit flags field.

      • data: ByteVector

        Box payload (after version/flags).

      Returns ByteVector

      The complete full-box atom as a ByteVector.