ID3V2UserDefinedUrlLinkFrame constructor

__init__(self, description, url)

Initializes a new instance of the ID3V2UserDefinedUrlLinkFrame class.


def __init__(self, description, url):
    ...
Parameter Type Description
description System.String The description.
url System.String The actual value of the frame.

__init__(self, encoding, description, url)

Initializes a new instance of the ID3V2UserDefinedUrlLinkFrame class.


def __init__(self, encoding, description, url):
    ...
Parameter Type Description
encoding groupdocs.metadata.formats.audio.ID3V2EncodingType The encoding of the frame.
description System.String The description.
url System.String The actual value of the frame.

See Also