Welcome![Sign In][Sign Up]
Location:
Search - sndPlaySound

Search list

[Audio programTsndPlaySound

Description: 一个播放WAV文件的实例程序,采用的是sndPlaySound函数,代码简介,可循环播放WAV文件,适用于只想简单实现播放WAV文件功能的场合。-a example of playing wave file, using sndPlaySound() function.simply source ,may recycle playing wave file.may for simply playing wave file.
Platform: | Size: 160733 | Author: 孙志海 | Hits:

[ICQ-IM-Chatcheckmail164110

Description: 这个程序可以检查pop3邮件信息,纯粹的Winsock和Win32 API,不用 MFC以及Winsock2。所使用的API函数用到了CreateThread,GetOpenFileName,trayicons,SetTimer,sndPlaySound,GetExitCodeThread,TerminateThread等。消息通讯安全功能包括 1. 身份验证,使收件人确信发件人就是他或她就是公开密钥所对应的那个人 2. 机密性,确保只有预期的收件人能够阅读邮件 3. 完整性,确保消息在传输过程中没有被更改 4. 消息到达确认,发件人确认收件人收到了消息
Platform: | Size: 25558 | Author: zsc2427 | Hits:

[DirextXPlaySound

Description: 从资源文件中,载入音声,图片等,并播放声音,或者显示 HINSTANCE h=AfxGetInstanceHandle() HRSRC hr=FindResource(h,\"IDW\",\"WAVE\") HGLOBAL hg=LoadResource(h,hr) LPSTR lp=(LPSTR)LockResource(hg) sndPlaySound(lp,SND_MEMORY|SND_ASYNC) FreeResource(hg) return 0
Platform: | Size: 309750 | Author: Joey | Hits:

[Windows Developcheckmail

Description: 这个程序可以检查pop3邮件信息,纯粹的Winsock和Win32 API,不用 MFC以及Winsock2。所使用的API函数用到了CreateThread,GetOpenFileName,trayicons,SetTimer,sndPlaySound,GetExitCodeThread,TerminateThread等。
Platform: | Size: 24670 | Author: 赵星云 | Hits:

[Streaming Mpeg4大型WAV文件的播放

Description: 在多媒体软件的设计中经常要处理声音文件,用Windows提供的API函数sndPlaySound可以实现小型WAV文件的播放。但是当WAV文件大于可用内存时,sndPlaySound函数就不能进行播放,那么如何利用MCI播放大型音频文件呢?本文将介绍一种方法
Platform: | Size: 38912 | Author: hkjfile@126.com | Hits:

[Audio programTsndPlaySound

Description: 一个播放WAV文件的实例程序,采用的是sndPlaySound函数,代码简介,可循环播放WAV文件,适用于只想简单实现播放WAV文件功能的场合。-a example of playing wave file, using sndPlaySound() function.simply source ,may recycle playing wave file.may for simply playing wave file.
Platform: | Size: 167936 | Author: 孙志海 | Hits:

[Driver Developydwprogram

Description: 机械工业出版社 Lab Windows/CVI逐步深入与开发实例源代码-Machinery Industry Press Lab Windows/CVI gradually deepening and development of the source code examples
Platform: | Size: 1809408 | Author: 尹大伟 | Hits:

[ICQ-IM-Chatcheckmail164110

Description: 这个程序可以检查pop3邮件信息,纯粹的Winsock和Win32 API,不用 MFC以及Winsock2。所使用的API函数用到了CreateThread,GetOpenFileName,trayicons,SetTimer,sndPlaySound,GetExitCodeThread,TerminateThread等。消息通讯安全功能包括 1. 身份验证,使收件人确信发件人就是他或她就是公开密钥所对应的那个人 2. 机密性,确保只有预期的收件人能够阅读邮件 3. 完整性,确保消息在传输过程中没有被更改 4. 消息到达确认,发件人确认收件人收到了消息-This process can check pop3 e-mail messages, pure Winsock and Win32 API, not MFC and Winsock2. Used to use the API function CreateThread, GetOpenFileName, trayicons, SetTimer, sndPlaySound, GetExitCodeThread, TerminateThread and so on. Information communication security features include 1. Authentication, so that the recipient is convinced that the sender is that he or she is the public key corresponding to that person 2. Confidentiality, to ensure that only the desired recipient can read the e-mail 3. The integrity of to ensure that the information during transmission is not altered 4. to confirm the news arrived, the author confirmed that the recipient received the message
Platform: | Size: 25600 | Author: | Hits:

[DirextXPlaySound

Description: 从资源文件中,载入音声,图片等,并播放声音,或者显示 HINSTANCE h=AfxGetInstanceHandle() HRSRC hr=FindResource(h,"IDW","WAVE") HGLOBAL hg=LoadResource(h,hr) LPSTR lp=(LPSTR)LockResource(hg) sndPlaySound(lp,SND_MEMORY|SND_ASYNC) FreeResource(hg) return 0 -From the resource document, loading voice, pictures, etc., and to play a sound, or show HINSTANCE h = AfxGetInstanceHandle () HRSRC hr = FindResource (h, IDW , WAVE ) HGLOBAL hg = LoadResource (h, hr) LPSTR lp = (LPSTR) LockResource (hg) sndPlaySound (lp, SND_MEMORY | SND_ASYNC) FreeResource (hg) return 0
Platform: | Size: 309248 | Author: Joey | Hits:

[Windows Developcheckmail

Description: 这个程序可以检查pop3邮件信息,纯粹的Winsock和Win32 API,不用 MFC以及Winsock2。所使用的API函数用到了CreateThread,GetOpenFileName,trayicons,SetTimer,sndPlaySound,GetExitCodeThread,TerminateThread等。-This process can check pop3 e-mail messages, pure Winsock and Win32 API, not MFC and Winsock2. Used to use the API function CreateThread, GetOpenFileName, trayicons, SetTimer, sndPlaySound, GetExitCodeThread, TerminateThread and so on.
Platform: | Size: 24576 | Author: 赵星云 | Hits:

[Multimedia DevelopWAV

Description: 采用MFC实现简单WAV播放 界面为传统的WINDOWS界面 可选择播放方法 MCI SNDPLAYSOUND -The use of MFC implementation interface for easy playback WAV traditional WINDOWS interface can choose to play MCI SNDPLAYSOUND Ways
Platform: | Size: 53248 | Author: 柯南 | Hits:

[ActiveX/DCOM/ATLPlayAudioFileWithoutActiveXControls

Description: 不用ActiveX控件播放声音文件 Public Declare Function sndPlaySound Lib "winmm.dll" Alias _ "sndPlaySoundA" (ByVal lpszSoundName As String, _ ByVal uFlags As Long) As Long-Play Audio File Without ActiveX Controls
Platform: | Size: 1024 | Author: ma | Hits:

[Multimedia Developcow

Description: sndPlaySound() LoadBitmap()
Platform: | Size: 10916864 | Author: lashatt | Hits:

[Internet-Network2

Description: Pop3邮件检查程序 这个程序可以检查pop3邮件信息,纯粹的Winsock和Win32 API,不用 MFC以及Winsock2。所使用的API函数用到了CreateThread,GetOpenFileName,trayicons, SetTimer,sndPlaySound,GetExitCodeThread,TerminateThread等。-Pop3 e-mail screening procedures by: Andrew Heinlein This process can check the pop3 e-mail messages, pure Winsock and Win32 API, no MFC, and Winsock2. Used by the API function uses CreateThread, GetOpenFileName, trayicons, SetTimer, sndPlaySound, GetExitCodeThread, TerminateThread so.
Platform: | Size: 24576 | Author: how | Hits:

[Audio programPlaySound

Description: 利用winmm.lib 中sndPlaySound函数实现播放铃声功能。-SndPlaySound functions in winmm.lib is used to play source flie*.wav.
Platform: | Size: 53248 | Author: 刘小军 | Hits:

CodeBus www.codebus.net