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