Interface ID3UserDefinedUrlLink

Represents a user defined URL link ID3 frame.

interface ID3UserDefinedUrlLink {
    description: string;
    id: "WXXX" | "WXX";
    url: string;
}

Hierarchy (view full)

Properties

Properties

description: string

The description of the URL.

id: "WXXX" | "WXX"

The identifier of the frame.

url: string

The URL.

Generated using TypeDoc