示例#1
0
 public void Formats()
 {
     foreach (SoundIOFormat f in Enum.GetValues(typeof(SoundIOFormat)))
     {
         Assert.IsNotNull(SoundIO.GetSoundFormatName(f), $"name expected for {f}");
     }
 }