Beispiel #1
0
 private extern static int zplay_GetWaveOutInfoW(uint objptr, uint nIndex, ref TWaveOutInfo pWaveOutInfo);
Beispiel #2
0
public bool GetWaveOutInfo(uint Index, ref TWaveOutInfo Info);
Beispiel #3
0
 public bool GetWaveOutInfo(uint Index, ref TWaveOutInfo Info)
 {
     if (zplay_GetWaveOutInfoW(objptr, Index, ref Info) == 0)
     {
         return false;
     }
     return true;
 }
 public bool GetWaveOutInfo(uint Index, ref TWaveOutInfo Info);