資源簡介
項目中 引用的 視頻相關dll為 傲瑞相關組件,最近有用戶反饋dll已過期,如需相關功能,請購買相關授權,官網:http://www.oraycn.com/
代碼片段和文件信息
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.RecordDemo
{
????/*
????*?本demo采用的是?語音視頻采集組件MCapture?和?語音視頻錄制組件MFile?的免費版本。若想獲取MCapture、MFile的其它版本,請聯系?www.oraycn.com?。
????*?
????*/
????public?partial?class?Form1?:?Form
????{
????????private?ICapturer?audioCapturer;
????????private?ICapturer?videoCapturer;
????????private?VideoFileMaker?videoFileMaker;
????????public?Form1()
????????{
????????????InitializeComponent();
????????????this.comboBox1.SelectedIndex?=?0;
????????????this.comboBox2.SelectedIndex?=?0;
????????????Oraycn.MCapture.GlobalUtil.SetAuthorizedUser(“Fre
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????117??2014-12-29?20:01??Oraycn.RecordDemo\app.config
?????文件???13496832??2012-12-06?15:38??Oraycn.RecordDemo\bin\Debug\avcodec-53.dll
?????文件?????349696??2012-12-06?15:37??Oraycn.RecordDemo\bin\Debug\avdevice-53.dll
?????文件?????890880??2012-12-06?15:37??Oraycn.RecordDemo\bin\Debug\avfilter-2.dll
?????文件????2462208??2012-12-06?15:38??Oraycn.RecordDemo\bin\Debug\avformat-53.dll
?????文件?????137728??2012-12-06?15:37??Oraycn.RecordDemo\bin\Debug\avutil-51.dll
?????文件?????398336??2015-05-27?17:24??Oraycn.RecordDemo\bin\Debug\ESBasic.dll
?????文件?????199352??2014-11-13?17:57??Oraycn.RecordDemo\bin\Debug\ESBasic.xm
?????文件?????142336??2015-06-01?10:14??Oraycn.RecordDemo\bin\Debug\OMFile.dll
?????文件????1164800??2015-06-01?09:33??Oraycn.RecordDemo\bin\Debug\Oraycn.MCapture.dll
?????文件????1017952??2015-06-01?09:32??Oraycn.RecordDemo\bin\Debug\Oraycn.MCapture.xm
?????文件?????118272??2015-06-01?10:14??Oraycn.RecordDemo\bin\Debug\Oraycn.MFile.dll
?????文件??????17045??2014-12-25?11:36??Oraycn.RecordDemo\bin\Debug\Oraycn.MFile.xm
?????文件??????14848??2015-06-01?10:31??Oraycn.RecordDemo\bin\Debug\Oraycn.RecordDemo.exe
?????文件????????117??2014-12-29?20:01??Oraycn.RecordDemo\bin\Debug\Oraycn.RecordDemo.exe.config
?????文件??????24064??2015-06-01?10:31??Oraycn.RecordDemo\bin\Debug\Oraycn.RecordDemo.pdb
?????文件??????11608??2015-06-01?09:46??Oraycn.RecordDemo\bin\Debug\Oraycn.RecordDemo.vshost.exe
?????文件????????117??2014-12-29?20:01??Oraycn.RecordDemo\bin\Debug\Oraycn.RecordDemo.vshost.exe.config
?????文件????????490??2010-03-17?22:39??Oraycn.RecordDemo\bin\Debug\Oraycn.RecordDemo.vshost.exe.manifest
?????文件?????296960??2012-12-06?15:37??Oraycn.RecordDemo\bin\Debug\swscale-2.dll
?????文件?????398336??2015-05-27?17:24??Oraycn.RecordDemo\dlls\ESBasic.dll
?????文件?????199352??2014-11-13?17:57??Oraycn.RecordDemo\dlls\ESBasic.xm
?????文件?????142336??2015-06-01?10:14??Oraycn.RecordDemo\dlls\OMFile.dll
?????文件????1164800??2015-06-01?09:33??Oraycn.RecordDemo\dlls\Oraycn.MCapture.dll
?????文件????1017952??2015-06-01?09:32??Oraycn.RecordDemo\dlls\Oraycn.MCapture.xm
?????文件?????118272??2015-06-01?10:14??Oraycn.RecordDemo\dlls\Oraycn.MFile.dll
?????文件??????17045??2014-12-25?11:36??Oraycn.RecordDemo\dlls\Oraycn.MFile.xm
?????文件???????6355??2015-01-06?15:52??Oraycn.RecordDemo\Form1.cs
?????文件??????11154??2015-01-06?15:52??Oraycn.RecordDemo\Form1.Designer.cs
?????文件???????5817??2015-01-06?15:52??Oraycn.RecordDemo\Form1.resx
............此處省略42個文件信息
評論
共有 條評論