/// <summary> /// タグ情報をUnicode形式で保存します。 /// </summary> public virtual void SaveUnicode() { MP3Infp.SaveTagInfoUnicode(this); }
protected TagInfo(string path) { this.Path = System.IO.Path.GetFullPath(path); MP3Infp.ReloadTagInfo(this); }
/// <summary> /// タグ情報を保存します。 /// </summary> public virtual void Save() { MP3Infp.SaveTagInfo(this); }