Exemplo n.º 1
0
 public static extern int waveInGetPosition(IntPtr hwi, ref tMMTIME pmmt, int cbmmt);
Exemplo n.º 2
0
 public WaveTime(tMMTIME tmmt)
 {
     tMMT = tmmt;
 }