?? module.bas
字號:
Attribute VB_Name = "Module1"
Public current_Dsb As Byte
Public Const Buf_Size = 15000
Public ds As DirectSound
Public dsb As DirectSoundBuffer
Public dsd As DSBUFFERDESC
Public dsc As DirectSoundCapture
Public dscb As DirectSoundCaptureBuffer
Public dscd As DSCBUFFERDESC
Public CaptureWave As WAVEFORMATEX
Public capCURS As DSCURSORS
Public ByteBuffer() As Byte
Public buffer1(Buf_Size) As Byte
Public cCaps As DSCCAPS
Public gfPlay As Boolean
Public dsb_Ready As Boolean
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -