Beispiel #1
0
 public void WriteStandardTags()
 {
     StandardTests.WriteStandardTags(sample_file, tmp_file);
 }
Beispiel #2
0
 public void WriteStandardTags()
 {
     StandardTests.WriteStandardTags(sample_file, tmp_file, StandardTests.TestTagLevel.Medium);
 }
Beispiel #3
0
 public void WriteStandardTagsID3v2()
 {
     StandardTests.WriteStandardTags(sample_file, tmp_file, StandardTests.TestTagLevel.Medium, TagTypes.Id3v2);
 }
 public void WriteStandardTags()
 {
     StandardTests.WriteStandardTags(sample24unsynchronization_file, tmp_file);
 }
Beispiel #5
0
 public void WriteStandardTags()
 {
     StandardTests.WriteStandardTags(SAMPLE_FILE, TMP_FILE);
 }