acmwavein.txt
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. TACMWaveIn - this component is used for sampling 
  2. audio (directly or through ACM codecs). This
  3. component is derived from TWinControl.
  4. TACMWaveIn - have 2 methods:
  5. Open(format:PWaveFormatEx); format is  for example 
  6. result from TACMDialog and the selected format is
  7. used for compression. After executing this method
  8. start component with sampling.
  9. Close(); this method close the audio sampling
  10. Events:
  11. OnData(data:PChar;bytesrecorded:integer); - this event
  12. is called when buffer is full. Data are audio data and 
  13. bytesrecorded is length of audio data.
  14.