ID3V2UrlLinkFrame constructor

__init__(self, id, url)

Initializes a new instance of the ID3V2UrlLinkFrame class.


def __init__(self, id, url):
    ...
Parameter Type Description
id System.String The frame id.
url System.String The URL which is the value of the frame.

See Also