Interface ID3UrlLink

Represents a URL link ID3 frame.

interface ID3UrlLink {
    id: string;
    url: string;
}

Hierarchy (view full)

Properties

Properties

id: string

The identifier of the frame.

Remarks


- Applicable values are "W000" to "WZZZ" and "W00" to "WZZ", excluding "WXX" and "WXXX".

url: string

The URL.

Generated using TypeDoc