ID3V2UserDefinedFrame constructor

__init__(self, description, value)

Initializes a new instance of the ID3V2UserDefinedFrame class.


def __init__(self, description, value):
    ...
Parameter Type Description
description System.String The description.
value System.String The value.

__init__(self, encoding, description, value)

Initializes a new instance of the ID3V2UserDefinedFrame class.


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

See Also