ID3V2CommentFrame

ID3V2CommentFrame constructor

の新しいインスタンスを初期化しますID3V2CommentFrameclass.

public ID3V2CommentFrame(ID3V2EncodingType encoding, string language, string description, 
    string text)
パラメータ タイプ 説明
encoding ID3V2EncodingType コメントのエンコーディング。
language String コメントの言語。
description String コンテンツの簡単な説明。
text String コメントのテキスト。

関連項目