RecordBeta1.0

所属分类:Windows编程
开发工具:Visual C++
文件大小:1047KB
下载次数:7
上传日期:2013-06-18 00:11:53
上 传 者zhaole1949
说明:  本WAV录音控件主要实现简单的Wave波形声音录制和回放的功能,在Windows下,音频函数有多种类型,本ActiveX控件的制作是基于低级音频函数和多媒体设备I/O来实现音频设备的输入和输出,控件提供了录音、停录、播放、暂停、停止的接口,来使得外部程序调用该接口实现WAV音频的录制和播放功能。
(The main achievement of the WAV audio controls Simple Wave wave sound recording and playback functions in Windows, there are many types of audio functions, the ActiveX control is based on the production of low-level audio functions and multimedia device I/O to achieve the audio device input and output control provides recording, stop recording, play, pause, stop interface to make external program calls the interface WAV audio recording and playback functions.)

文件列表:
RecordBeta1.0 (0, 2013-06-02)
RecordBeta1.0\myrecordtest (0, 2013-06-02)
RecordBeta1.0\myrecordtest\myrecordtest.aps (22016, 2012-06-27)
RecordBeta1.0\myrecordtest\myrecordtest.clw (1375, 2012-06-27)
RecordBeta1.0\myrecordtest\myrecordtest.cpp (2147, 2012-04-22)
RecordBeta1.0\myrecordtest\myrecordtest.dsp (4729, 2012-04-24)
RecordBeta1.0\myrecordtest\myrecordtest.dsw (593, 2012-04-24)
RecordBeta1.0\myrecordtest\myrecordtest.h (1390, 2012-04-22)
RecordBeta1.0\myrecordtest\myrecordtest.ncb (115712, 2012-06-27)
RecordBeta1.0\myrecordtest\myrecordtest.opt (197120, 2012-06-27)
RecordBeta1.0\myrecordtest\myrecordtest.plg (2340, 2012-06-27)
RecordBeta1.0\myrecordtest\myrecordtest.rc (5874, 2012-04-24)
RecordBeta1.0\myrecordtest\myrecordtestDlg.cpp (5221, 2012-04-24)
RecordBeta1.0\myrecordtest\myrecordtestDlg.h (1588, 2012-04-22)
RecordBeta1.0\myrecordtest\res (0, 2013-06-02)
RecordBeta1.0\myrecordtest\resource.h (920, 2012-04-22)
RecordBeta1.0\myrecordtest\res\myrecordtest.ico (1078, 2012-04-22)
RecordBeta1.0\myrecordtest\res\myrecordtest.rc2 (404, 2012-04-22)
RecordBeta1.0\myrecordtest\StdAfx.cpp (214, 2012-04-22)
RecordBeta1.0\myrecordtest\StdAfx.h (1054, 2012-04-22)
RecordBeta1.0\myrecordtest\waverecord.cpp (1378, 2012-04-24)
RecordBeta1.0\myrecordtest\waverecord.h (1369, 2012-04-24)
RecordBeta1.0\WaveRecord (0, 2013-06-02)
RecordBeta1.0\WaveRecord\resource.h (763, 2012-04-24)
RecordBeta1.0\WaveRecord\StdAfx.cpp (204, 2012-04-22)
RecordBeta1.0\WaveRecord\StdAfx.h (1206, 2012-04-22)
RecordBeta1.0\WaveRecord\WaveRecord.aps (290484, 2012-06-27)
RecordBeta1.0\WaveRecord\WaveRecord.clw (1015, 2012-06-27)
RecordBeta1.0\WaveRecord\WaveRecord.cpp (1963, 2012-04-22)
RecordBeta1.0\WaveRecord\WaveRecord.def (228, 2012-04-22)
RecordBeta1.0\WaveRecord\WaveRecord.dsp (8946, 2012-04-24)
RecordBeta1.0\WaveRecord\WaveRecord.dsw (545, 2012-04-22)
RecordBeta1.0\WaveRecord\WaveRecord.h (984, 2012-04-22)
RecordBeta1.0\WaveRecord\WaveRecord.ico (1078, 2012-04-22)
RecordBeta1.0\WaveRecord\WaveRecord.ncb (148480, 2012-06-27)
RecordBeta1.0\WaveRecord\WaveRecord.odl (2146, 2012-04-24)
RecordBeta1.0\WaveRecord\WaveRecord.opt (198656, 2012-06-27)
RecordBeta1.0\WaveRecord\WaveRecord.plg (3581, 2012-06-27)
... ...

======================================================================== ActiveX Control DLL : WAVERECORD ======================================================================== ControlWizard has created this project for your WAVERECORD ActiveX Control DLL, which contains 1 control. This skeleton project not only demonstrates the basics of writing an ActiveX Control, but is also a starting point for writing the specific features of your control. This file contains a summary of what you will find in each of the files that make up your WAVERECORD ActiveX Control DLL. WaveRecord.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. WaveRecord.h This is the main include file for the ActiveX Control DLL. It includes other project-specific includes such as resource.h. WaveRecord.cpp This is the main source file that contains code for DLL initialization, termination and other bookkeeping. WaveRecord.rc This is a listing of the Microsoft Windows resources that the project uses. This file can be directly edited with the Visual C++ resource editor. WaveRecord.def This file contains information about the ActiveX Control DLL that must be provided to run with Microsoft Windows. WaveRecord.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to generate and edit message maps and dialog data maps and to generate prototype member functions. WaveRecord.odl This file contains the Object Description Language source code for the type library of your control. ///////////////////////////////////////////////////////////////////////////// WaveRecord control: WaveRecordCtl.h This file contains the declaration of the CWaveRecordCtrl C++ class. WaveRecordCtl.cpp This file contains the implementation of the CWaveRecordCtrl C++ class. WaveRecordPpg.h This file contains the declaration of the CWaveRecordPropPage C++ class. WaveRecordPpg.cpp This file contains the implementation of the CWaveRecordPropPage C++ class. WaveRecordCtl.bmp This file contains a bitmap that a container will use to represent the CWaveRecordCtrl control when it appears on a tool palette. This bitmap is included by the main resource file WaveRecord.rc. ///////////////////////////////////////////////////////////////////////////// Other standard files: stdafx.h, stdafx.cpp These files are used to build a precompiled header (PCH) file named stdafx.pch and a precompiled types (PCT) file named stdafx.obj. resource.h This is the standard header file, which defines new resource IDs. The Visual C++ resource editor reads and updates this file. ///////////////////////////////////////////////////////////////////////////// Other notes: ControlWizard uses "TODO:" to indicate parts of the source code you should add to or customize. /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者