コード例 #1
0
 public MMSound()
 {
     this.callback = new MMInterop.waveInProc(this.WaveCallback);
 }
コード例 #2
0
ファイル: MMSound.cs プロジェクト: bspkrs/screenrecorder
 public MMSound()
 {
     this.callback = new MMInterop.waveInProc(this.WaveCallback);
 }