示例#1
0
 public void WriteStandardTags()
 {
     StandardTests.WriteStandardTags(sample_file, tmp_file);
 }
示例#2
0
 public void WriteStandardTags()
 {
     StandardTests.WriteStandardTags(sample_file, tmp_file, StandardTests.TestTagLevel.Medium);
 }
 public void WriteStandardTagsID3v2()
 {
     StandardTests.WriteStandardTags(sample_file, tmp_file, StandardTests.TestTagLevel.Medium, TagTypes.Id3v2);
 }