home *** CD-ROM | disk | FTP | other *** search
/ Microsoft DirectX SDK 7.0 / Dx7.bin / DXF / samples / multimedia / vbsamples / dsound / src / fullduplex / basmain.bas < prev    next >
Encoding:
BASIC Source File  |  1999-06-16  |  372 b   |  13 lines

  1. Attribute VB_Name = "basMain"
  2. Global gDX As New DirectX7
  3. Global gDS As DirectSound
  4. Global gDSB As DirectSoundBuffer
  5. Global gDSBD As DSBUFFERDESC
  6. Global gDSFW As WAVEFORMATEX
  7. Global gDSC As DirectSoundCapture
  8. Global gDSCB As DirectSoundCaptureBuffer
  9. Global gDSCD As DSCBUFFERDESC
  10. Global gDSCFW As WAVEFORMATEX
  11. Global gBuffer() As Integer
  12. Global gRUN As Boolean
  13.