?? acmwavein.txt
字號(hào):
TACMWaveIn - this component is used for sampling
audio (directly or through ACM codecs). This
component is derived from TWinControl.
TACMWaveIn - have 2 methods:
Open(format:PWaveFormatEx); format is for example
result from TACMDialog and the selected format is
used for compression. After executing this method
start component with sampling.
Close(); this method close the audio sampling
Events:
OnData(data:PChar;bytesrecorded:integer); - this event
is called when buffer is full. Data are audio data and
bytesrecorded is length of audio data.
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -