資源簡介
一個錄制聲卡中播放聲音的C#源碼
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?ESBasic;
using?Oraycn.MCapture;
using?Oraycn.MFile;
namespace?Oraycn.RecordSoundCardDemo
{
????/*
????*?本demo采用的是?語音視頻采集組件MCapture?和?語音視頻錄制組件MFile?的免費版本。若想獲取MCapture、MFile其它版本,請聯系?www.oraycn.com?。
????*?
????*?試用版:只能連續采集10分鐘,連續錄制5分鐘!
????*/
????public?partial?class?Form1?:?Form
????{???????
????????private?ISoundcardCapturer?soundcardCapturer;
????????private?AudioFileMaker?audioFileMaker;????????
????????public?Form1()
????????{
????????????InitializeComponent();???????????
????????????Oraycn.MCapture.GlobalUtil.SetAuthorizedUser(“FreeUser“?““);
????????????Oraycn.MFile.GlobalUtil.SetAutho
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????117??2014-12-29?20:03??Oraycn.RecordSoundCardDemo\app.config
?????文件???13496832??2012-12-06?15:38??Oraycn.RecordSoundCardDemo\bin\Debug\avcodec-53.dll
?????文件?????349696??2012-12-06?15:37??Oraycn.RecordSoundCardDemo\bin\Debug\avdevice-53.dll
?????文件?????890880??2012-12-06?15:37??Oraycn.RecordSoundCardDemo\bin\Debug\avfilter-2.dll
?????文件????2462208??2012-12-06?15:38??Oraycn.RecordSoundCardDemo\bin\Debug\avformat-53.dll
?????文件?????137728??2012-12-06?15:37??Oraycn.RecordSoundCardDemo\bin\Debug\avutil-51.dll
?????文件?????422400??2016-12-01?09:16??Oraycn.RecordSoundCardDemo\bin\Debug\ESBasic.dll
?????文件?????209604??2016-12-01?09:16??Oraycn.RecordSoundCardDemo\bin\Debug\ESBasic.xm
?????文件?????142336??2017-06-01?15:02??Oraycn.RecordSoundCardDemo\bin\Debug\OMFile.dll
?????文件????1226752??2017-06-01?15:01??Oraycn.RecordSoundCardDemo\bin\Debug\Oraycn.MCapture.dll
?????文件????1025957??2016-12-06?09:16??Oraycn.RecordSoundCardDemo\bin\Debug\Oraycn.MCapture.xm
?????文件?????122880??2017-06-01?15:04??Oraycn.RecordSoundCardDemo\bin\Debug\Oraycn.MFile.dll
?????文件??????20302??2016-12-06?09:19??Oraycn.RecordSoundCardDemo\bin\Debug\Oraycn.MFile.xm
?????文件??????11776??2017-06-05?12:01??Oraycn.RecordSoundCardDemo\bin\Debug\Oraycn.RecordSoundCardDemo.exe
?????文件????????117??2014-12-29?20:03??Oraycn.RecordSoundCardDemo\bin\Debug\Oraycn.RecordSoundCardDemo.exe.config
?????文件??????36352??2017-06-05?12:01??Oraycn.RecordSoundCardDemo\bin\Debug\Oraycn.RecordSoundCardDemo.pdb
?????文件??????11608??2017-06-05?12:02??Oraycn.RecordSoundCardDemo\bin\Debug\Oraycn.RecordSoundCardDemo.vshost.exe
?????文件????????117??2014-12-29?20:03??Oraycn.RecordSoundCardDemo\bin\Debug\Oraycn.RecordSoundCardDemo.vshost.exe.config
?????文件????????490??2010-03-17?22:39??Oraycn.RecordSoundCardDemo\bin\Debug\Oraycn.RecordSoundCardDemo.vshost.exe.manifest
?????文件?????296960??2012-12-06?15:37??Oraycn.RecordSoundCardDemo\bin\Debug\swscale-2.dll
?????文件?????422400??2016-12-01?09:16??Oraycn.RecordSoundCardDemo\dlls\ESBasic.dll
?????文件?????209604??2016-12-01?09:16??Oraycn.RecordSoundCardDemo\dlls\ESBasic.xm
?????文件?????142336??2017-06-01?15:02??Oraycn.RecordSoundCardDemo\dlls\OMFile.dll
?????文件????1226752??2017-06-01?15:01??Oraycn.RecordSoundCardDemo\dlls\Oraycn.MCapture.dll
?????文件????1025957??2016-12-06?09:16??Oraycn.RecordSoundCardDemo\dlls\Oraycn.MCapture.xm
?????文件?????122880??2017-06-01?15:04??Oraycn.RecordSoundCardDemo\dlls\Oraycn.MFile.dll
?????文件??????20302??2016-12-06?09:19??Oraycn.RecordSoundCardDemo\dlls\Oraycn.MFile.xm
?????文件???????4523??2014-12-29?16:31??Oraycn.RecordSoundCardDemo\Form1.cs
?????文件???????3956??2014-12-29?16:28??Oraycn.RecordSoundCardDemo\Form1.Designer.cs
?????文件???????5817??2014-12-29?16:28??Oraycn.RecordSoundCardDemo\Form1.resx
............此處省略44個文件信息
評論
共有 條評論