taglib-ts
    Preparing search index...

    User URL link frame (WXXX).

    Structure: encoding(1) + description(null-terminated in encoding) + url.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    The parsed frame header, containing the frame ID, size, and flags.

    Accessors

    • get description(): string

      Gets the content description for this WXXX frame. Triggers lazy parsing if needed.

      Returns string

    • set description(value: string): void

      Sets the content description for this WXXX frame. Triggers lazy parsing if needed.

      Parameters

      • value: string

      Returns void

    • get size(): number

      Gets the payload size in bytes from the header.

      Returns number

    • get url(): string

      Gets the URL stored in this frame. Triggers lazy parsing if needed.

      Returns string

    • set url(value: string): void

      Sets the URL stored in this frame. Triggers lazy parsing if needed.

      Parameters

      • value: string

      Returns void

    Methods