ID3V2CommentFrame

ID3V2CommentFrame constructor

Initializes a new instance of the ID3V2CommentFrame class.

public ID3V2CommentFrame(ID3V2EncodingType encoding, string language, string description, 
    string text)
Parameter Type Description
encoding ID3V2EncodingType The encoding of the comment.
language String The language of the comment.
description String A short content description.
text String The text of the comment.

See Also