예제 #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);
 }
예제 #3
0
 public void WriteStandardTagsID3v2()
 {
     StandardTests.WriteStandardTags(sample_file, tmp_file, StandardTests.TestTagLevel.Medium, TagTypes.Id3v2);
 }
예제 #4
0
 public void WriteStandardTags()
 {
     StandardTests.WriteStandardTags(sample24unsynchronization_file, tmp_file);
 }
예제 #5
0
 public void WriteStandardTags()
 {
     StandardTests.WriteStandardTags(SAMPLE_FILE, TMP_FILE);
 }