ID3V2TextFrame

ID3V2TextFrame constructor

Initializes a new instance of the ID3V2TextFrame class.

public ID3V2TextFrame(string id, ID3V2EncodingType encoding, string value)
Parameter Type Description
id String The frame id.
encoding ID3V2EncodingType The encoding of the frame.
value String The frame value.

See Also