コード例 #1
0
 public void SetAudioParameters(int sampleRate, int channels, int bits)
 {
     W.SetAudioParameters(sampleRate, channels, bits);
 }