public static extern int waveInGetPosition(IntPtr hwi, ref tMMTIME pmmt, int cbmmt);
public WaveTime(tMMTIME tmmt) { tMMT = tmmt; }