ID3V2TextFrame constructor

__init__(self, id, encoding, value)

Initializes a new instance of the ID3V2TextFrame class.


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

See Also