Beispiel #1
0
 public static extern int waveOutUnprepareHeader(IntPtr hwo, ref WAVEHDR pwh, int cbwh);
Beispiel #2
0
 public static extern int waveInPrepareHeader(IntPtr hwi, ref WAVEHDR pwh, int cbwh);
Beispiel #3
0
 public static extern int waveOutWrite(IntPtr hwo, ref WAVEHDR pwh, int cbwh);
Beispiel #4
0
 public static extern int waveInAddBuffer(IntPtr hwi, ref WAVEHDR pwh, int cbwh);