THEOplayer > ID3UrlLink
Inherits from ID3BaseFrame. See parent page for inherited properties and methods.
Represents a URL link ID3 frame.
Signature:
export interface ID3UrlLink extends ID3BaseFrame
Property |
Type |
Description |
---|---|---|
|
The identifier of the frame. |
|
|
The URL. |
The identifier of the frame.
Signature:
id: string;
- Applicable values are "W000" to "WZZZ" and "W00" to "WZZ", excluding "WXX" and "WXXX".
The URL.
Signature:
url: string;