コード例 #1
0
ファイル: SoundFont.cs プロジェクト: Zumorica/nfluidsynth
 public static bool IsSoundFont(string filename)
 {
     return(LibFluidsynth.fluid_is_soundfont(filename) == 1);
 }