コード例 #1
0
 public string extractSong(ExtractFile file)
 {
     _song.ExtractSampleFromSong(file);
     return(getExtractedSong(file));
 }