資源簡介
這個網絡電話也就是一般的處理,但是很適合初學者學習,你也可以對視頻和音頻有一些了解。

代碼片段和文件信息
//NetTalk
/*------------------------------------------------------------------------------*\
?=============================
???模塊名稱:?AudioPlay.cpp
?=============================
?
?[版權]
?
???2000-2002??115軟件工廠??版權所有
??????????????????????????????????????????????
\*------------------------------------------------------------------------------*/
#include?“WndX.h“
#include?
#include?“WaveOut.h“
#include?“AudioPlay.h“
/*------------------------------------------------------------------------------*/
CAudioPlay::CAudioPlay()
{
}
/*------------------------------------------------------------------------------*/
//播放一塊數(shù)據(jù)
BOOL?CAudioPlay::Play(char?*buf?UINT?uSize)
{
BOOL?bRet=FALSE;
char*?p;
LPWAVEHDR?pwh=new?WAVEHDR;
if(!pwh)
goto?RET;
p=new?char[uSize];//重新分配一塊內存(在播放結束后刪除)
if(!p)
goto?RET;
CopyMemory(pbufuSize);
ZeroMemory(pwhsizeof(WAVEHDR));
pwh->dwBufferLength=uSize;
pwh->lpData=p;
//
m_mmr=waveOutPrepareHeader(m_hOutpwhsizeof(WAVEHDR));
????if(m_mmr)
goto?RET;
m_mmr=waveOutWrite(m_hOutpwhsizeof(WAVEHDR));
if(m_mmr)
goto?RET;
bRet=TRUE;
RET:
return?bRet;
}
/*------------------------------------------------------------------------------*/
//打開音頻輸出設備
BOOL?CAudioPlay::Create(WAVEFORMATEX?*pwfDWORD?dwCallBackDWORD?dwInstDWORD?fdwOpen?)
{
BOOL?bRet=FALSE;
if(m_hOut)
{
bRet=TRUE;
goto?RET;
}
//打開設備
if(!OpenDev(pwfdwCallBackdwInstfdwOpen))
goto?RET;
bRet=TRUE;
RET:
return?bRet;
}
/*------------------------------------------------------------------------------*/
CAudioPlay::~CAudioPlay()
{
Destroy();
}
/*------------------------------------------------------------------------------*/
BOOL?CAudioPlay::Destroy()
{
BOOL?bRet=FALSE;
if(!CloseDev())
goto?RET;
bRet=TRUE;
RET:
return?bRet;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????389590??2002-05-28?17:57??2008101523223992\網絡視頻電話系統(tǒng)\doc\1.bmp
?????文件?????697270??2002-05-28?17:58??2008101523223992\網絡視頻電話系統(tǒng)\doc\2.bmp
?????文件???????1523??2002-05-28?17:54??2008101523223992\網絡視頻電話系統(tǒng)\doc\bugs.txt
?????文件????????816??2005-02-14?15:10??2008101523223992\網絡視頻電話系統(tǒng)\doc\NetTalk技術參數(shù).txt
?????文件??????14336??2005-02-14?15:09??2008101523223992\網絡視頻電話系統(tǒng)\doc\Thumbs.db
?????文件????????169??2002-05-28?17:56??2008101523223992\網絡視頻電話系統(tǒng)\doc\update.txt
?????文件???????1932??2002-05-28?18:00??2008101523223992\網絡視頻電話系統(tǒng)\doc\特點和存在問題.txt
?????文件???????1580??2002-05-28?18:00??2008101523223992\網絡視頻電話系統(tǒng)\doc\結構.txt
?????文件??????11650??2002-05-09?13:09??2008101523223992\網絡視頻電話系統(tǒng)\exe\help\image\addr.jpg
?????文件?????????67??2002-05-09?13:09??2008101523223992\網絡視頻電話系統(tǒng)\exe\help\image\bg.gif
?????文件??????17289??2002-05-09?13:09??2008101523223992\網絡視頻電話系統(tǒng)\exe\help\image\chat.jpg
?????文件???????5844??2002-05-09?13:09??2008101523223992\網絡視頻電話系統(tǒng)\exe\help\image\connect.jpg
?????文件???????6940??2002-05-09?13:09??2008101523223992\網絡視頻電話系統(tǒng)\exe\help\image\connected.jpg
?????文件?????100734??2002-05-12?03:51??2008101523223992\網絡視頻電話系統(tǒng)\exe\help\image\f.jpg
?????文件??????22536??2002-05-09?13:09??2008101523223992\網絡視頻電話系統(tǒng)\exe\help\image\face.jpg
?????文件??????15913??2002-05-09?13:09??2008101523223992\網絡視頻電話系統(tǒng)\exe\help\image\ip.jpg
?????文件??????16470??2002-05-12?03:05??2008101523223992\網絡視頻電話系統(tǒng)\exe\help\image\logo.jpg
?????文件??????49333??2002-05-12?02:24??2008101523223992\網絡視頻電話系統(tǒng)\exe\help\image\talking.jpg
?????文件????????888??2002-05-09?13:09??2008101523223992\網絡視頻電話系統(tǒng)\exe\help\tst
?????文件????????759??2002-05-12?10:55??2008101523223992\網絡視頻電話系統(tǒng)\exe\help\copyright.htm
?????文件????????471??2002-05-12?03:54??2008101523223992\網絡視頻電話系統(tǒng)\exe\help\cover.htm
?????文件???????2191??2002-05-12?11:06??2008101523223992\網絡視頻電話系統(tǒng)\exe\help\faq.htm
?????文件????????693??2002-05-12?11:08??2008101523223992\網絡視頻電話系統(tǒng)\exe\help\help.htm
?????文件???????2373??2002-05-12?11:08??2008101523223992\網絡視頻電話系統(tǒng)\exe\help\left.htm
?????文件???????1448??2002-05-12?10:58??2008101523223992\網絡視頻電話系統(tǒng)\exe\help\run.htm
?????文件???????1267??2002-05-12?10:57??2008101523223992\網絡視頻電話系統(tǒng)\exe\help\step.htm
?????文件???????1085??2002-05-12?03:44??2008101523223992\網絡視頻電話系統(tǒng)\exe\help\top.htm
?????文件???????2756??2002-05-12?10:58??2008101523223992\網絡視頻電話系統(tǒng)\exe\help\tujie.htm
?????文件????????726??2002-05-12?10:58??2008101523223992\網絡視頻電話系統(tǒng)\exe\help\use.htm
?????文件?????202818??2005-02-14?12:22??2008101523223992\網絡視頻電話系統(tǒng)\exe\photos\12_21_58_250.bmp
............此處省略169個文件信息
評論
共有 條評論