資源簡介
支持Windows平臺(tái)音頻即時(shí)通訊應(yīng)用開發(fā)
支持C++、C#、Java、Delphi、VB.Net、Qt等開發(fā)語言
集成H.264、AAC、AMR等編解碼技術(shù)
封裝音視頻的采集、編解碼、傳輸、顯示和播放等模塊
提供客戶端SDK和服務(wù)器SDK API接口

代碼片段和文件信息
using?System;
using?System.Text;
using?System.Runtime.InteropServices;
namespace?ANYCHATAPI
{
????/********************************************************************************
????*?**?AnyChat?Platform?Core?SDK
????*?*********************************************************************************/
????public?class?AnyChatCoreSDK
????{
public?const?string?AnyChatCoreSDKDll?=?“BRAnyChatCore.dll“;
????????#region?AnyChat?Platform?Core?SDK?常量定義
????????//?內(nèi)核參數(shù)定義,API:BRAC_SetSDKOption、BRAC_GetSDKOption?傳入?yún)?shù)
????????public?const?int?BRAC_SO_AUDIO_VADCTRL = 1; //?音頻靜音檢測控制(參數(shù)為:int型:1打開,0關(guān)閉)
????????public?const?int?BRAC_SO_AUDIO_NSCTRL = 2; //?音頻噪音抑制控制(參數(shù)為:int型:1打開,0關(guān)閉)
????????public?const?int?BRAC_SO_AUDIO_ECHOCTRL = 3; //?音頻回音消除控制(參數(shù)為:int型:1打開,0關(guān)閉)
????????public?const?int?BRAC_SO_AUDIO_AGCCTRL = 4; //?音頻自動(dòng)增益控制(參數(shù)為:int型:1打開,0關(guān)閉)
????????public?const?int?BRAC_SO_AUDIO_CPATUREMODE = 5; //?音頻采集模式設(shè)置(參數(shù)為:int型:0?發(fā)言模式,1?放歌模式,2?卡拉OK模式,3?線路輸入模式)
????????public?const?int?BRAC_SO_AUDIO_MICBOOST = 6; //?音頻采集Mic增強(qiáng)控制(參數(shù)為:int型:0?取消,1?選中,2?設(shè)備不存在[查詢時(shí)返回值])
public?const?int?BRAC_SO_AUDIO_AUTOPARAM = 7; //?根據(jù)音頻采集模式,自動(dòng)選擇合適的相關(guān)參數(shù),包括編碼器、采樣參數(shù)、碼率參數(shù)等(參數(shù)為int型:1?啟用,0?關(guān)閉[默認(rèn)])
public?const?int?BRAC_SO_AUDIO_MONOBITRATE = 8; //?設(shè)置單聲道模式下音頻編碼目標(biāo)碼率(參數(shù)為:int型,單位:bps)
public?const?int?BRAC_SO_AUDIO_STEREOBITRATE = 9; //?設(shè)置雙聲道模式下音頻編碼目標(biāo)碼率(參數(shù)為:int型,單位:bps)
public?const?int?BRAC_SO_AUDIO_PLAYDRVCTRL = 70; //?音頻播放驅(qū)動(dòng)選擇(參數(shù)為:int型,0默認(rèn)驅(qū)動(dòng),?1?DSound驅(qū)動(dòng),?2?WaveOut驅(qū)動(dòng))
public?const?int?BRAC_SO_AUDIO_SOFTVOLMODE = 73; //?設(shè)置軟件音量模式控制(參數(shù)為int型,1打開,0關(guān)閉[默認(rèn)]),使用軟件音量模式,將不會(huì)改變系統(tǒng)的音量設(shè)置
????????public?const?int?BRAC_SO_RECORD_VIDEOBR = 10; //?錄像視頻碼率設(shè)置(參數(shù)為:int型,單位:bps)
????????public?const?int?BRAC_SO_RECORD_AUDIOBR = 11; //?錄像音頻碼率設(shè)置(參數(shù)為:int型,單位:bps)
????????public?const?int?BRAC_SO_RECORD_TMPDIR = 12; //?錄像文件臨時(shí)目錄設(shè)置(參數(shù)為字符串PCHAR類型,必須是完整的絕對(duì)路徑)
????????public?const?int?BRAC_SO_SNAPSHOT_TMPDIR = 13; //?快照文件臨時(shí)目錄設(shè)置(參數(shù)為字符串PCHAR類型,必須是完整的絕對(duì)路徑)
????????public?const?int?BRAC_SO_CORESDK_TMPDIR = 14; //?設(shè)置AnyChat?Core?SDK臨時(shí)目錄(參數(shù)為字符串PCHAR類型,必須是完整的絕對(duì)路徑)
????????public?const?int?BRAC_SO_CORESDK_PATH = 20; //?設(shè)置AnyChat?Core?SDK相關(guān)組件路徑(參數(shù)為字符串PCHAR類型,必須是完整的絕對(duì)路徑)
public?const?int?BRAC_SO_CORESDK_DUMPCOREINFO = 21; //?輸出內(nèi)核信息到日志文件中,便于分析故障原因(參數(shù)為:int型:1?輸出)
public?const?int?BRAC_SO_CORESDK_EXTVIDEOINPUT = 26; //?外部擴(kuò)展視頻輸入控制(參數(shù)為int型,?0?關(guān)閉外部視頻輸入[默認(rèn)],?1?啟用外部視頻輸入)
public?const?int?BRAC_SO_CORESDK_EXTAUDIOINPUT = 27; //?外部擴(kuò)展音頻輸入控制(參數(shù)為int型,?0?關(guān)閉外部音頻輸入[默認(rèn)],?1?啟用外部音頻輸入)
????????public?const?int?BRAC_SO_LOCALVIDEO_BITRATECTRL = 30; //?本地視頻編碼碼率設(shè)置(參數(shù)為int型,單位bps,同服務(wù)器配置:VideoBitrate)
????????public?const?int?BRAC_SO_LOCALVIDEO_QUALITYCTRL = 31; //?本地視頻編碼質(zhì)量因子控制(參數(shù)為int型,同服務(wù)器配置:VideoQuality)
????????public?const?int?BRAC_SO_LOCALVIDEO_GOPCTRL = 32; //?本地視頻編碼關(guān)鍵幀間隔控制(參數(shù)為int型,同服務(wù)器配置:VideoGOPSize)
????????public?const?int?BRAC_SO_LOCALVIDEO_FPSCTRL = 33; //?本地視頻編碼幀率控制(參數(shù)為int型,同服務(wù)器配置:VideoFps)
????????public?const?int?BRAC_SO_LOCALVIDEO_PRESETCTRL = 34; //?本地視頻編碼預(yù)設(shè)參數(shù)控
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2011-04-15?10:00??AnyChatCoreSDK_Win32(MBCS)_V4.7\
?????目錄???????????0??2013-03-21?20:36??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\
?????目錄???????????0??2012-09-10?20:07??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\client\
?????文件?????2597888??2011-02-20?13:39??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\client\avcodec.dll
?????文件???????49152??2011-02-20?13:40??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\client\avcore.dll
?????文件??????317440??2011-02-20?13:41??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\client\avformat.dll
?????文件???????85504??2011-02-20?13:31??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\client\avutil.dll
?????文件??????274432??2013-03-21?20:35??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\client\BRAnyChatCore.dll
?????文件???????40960??2013-03-19?16:22??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\client\brAudioSink.ax
?????文件??????400384??2013-03-19?15:34??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\client\brMediaCore.dll
?????文件???????69632??2013-03-19?15:36??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\client\brMediaShow.dll
?????文件??????151552??2013-03-19?15:37??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\client\brMediaUtil.dll
?????文件??????120832??2013-03-19?15:34??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\client\brMiscUtil.dll
?????文件???????40960??2013-03-19?15:39??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\client\brVideoSink.ax
?????文件???????49152??2013-03-19?15:39??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\client\brVideoSource.ax
?????文件??????????88??2012-11-21?21:08??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\client\register_all.bat
?????文件??????289280??2011-02-20?13:41??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\client\swscale.dll
?????目錄???????????0??2012-12-09?19:41??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\demo\
?????文件???????73728??2013-03-19?16:19??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\demo\anychatcore.dll
?????文件??????567296??2012-05-11?14:57??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\demo\AnyChatCSharpDemo.exe
?????文件??????188416??2012-05-11?15:26??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\demo\AnyChatDemo(C#).exe
?????文件???????68096??2012-11-23?11:31??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\demo\AnyChatDemo(VB.Net).exe
?????文件???????24063??2012-11-23?13:43??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\demo\AnyChatDemoForJava.jar
?????文件??????274432??2013-03-21?20:35??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\demo\BRAnyChatCore.dll
?????文件??????282624??2012-11-23?09:35??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\demo\BRAnyChatMeeting.exe
?????文件???????40960??2012-05-11?15:16??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\demo\BRAnyChatSDKDemo.exe
?????文件???????17920??2012-05-11?15:26??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\demo\Platform.dll
?????文件????????1087??2012-10-24?12:11??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\demo\readme.txt
?????文件??????548944??2008-07-30?20:01??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\demo\SkinPPWTL.dll
?????目錄???????????0??2011-02-10?11:23??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\demo\skins\
?????文件???????59317??2008-07-30?20:01??AnyChatCoreSDK_Win32(MBCS)_V4.7\bin\demo\skins\AlphaOS.ssk
............此處省略407個(gè)文件信息
- 上一篇:JSP+MYSQL旅游網(wǎng)站
- 下一篇:android購物APP源代碼
評(píng)論
共有 條評(píng)論