資源簡介
代碼片段和文件信息
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?的免費(fèi)版本。若想獲取MCapture、MFile其它版本,請(qǐng)聯(lián)系?www.oraycn.com?。
?????*?
????*?試用版:只能連續(xù)采集10分鐘,連續(xù)錄制5分鐘!
????*/
????public?partial?class?Form1?:?Form
????{
????????private?ICameraCapturer?cameraCapturer;
????????private?IMicrophoneCapturer?microphoneCapturer;
????????private?VideoFileMaker?videoFileMaker;
????????private?int?fps?=?10;//幀頻
????????public?Form1()
????????{
????????????InitializeComponent();???????????
????????????Oraycn.MCapture.GlobalUtil.SetAuthorizedUser
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????144??2015-11-24?15:29??Oraycn.RecordDemoPreview\app.config
?????文件???13496832??2012-12-06?15:38??Oraycn.RecordDemoPreview\bin\Debug\avcodec-53.dll
?????文件?????349696??2012-12-06?15:37??Oraycn.RecordDemoPreview\bin\Debug\avdevice-53.dll
?????文件?????890880??2012-12-06?15:37??Oraycn.RecordDemoPreview\bin\Debug\avfilter-2.dll
?????文件????2462208??2012-12-06?15:38??Oraycn.RecordDemoPreview\bin\Debug\avformat-53.dll
?????文件?????137728??2012-12-06?15:37??Oraycn.RecordDemoPreview\bin\Debug\avutil-51.dll
?????文件?????446976??2018-10-11?14:53??Oraycn.RecordDemoPreview\bin\Debug\ESBasic.dll
?????文件?????215220??2018-06-01?14:44??Oraycn.RecordDemoPreview\bin\Debug\ESBasic.xm
?????文件?????142336??2019-06-04?09:03??Oraycn.RecordDemoPreview\bin\Debug\OMFile.dll
?????文件????1227776??2018-12-08?09:16??Oraycn.RecordDemoPreview\bin\Debug\Oraycn.MCapture.dll
?????文件????1026906??2018-12-08?09:12??Oraycn.RecordDemoPreview\bin\Debug\Oraycn.MCapture.xm
?????文件?????136192??2019-06-04?09:04??Oraycn.RecordDemoPreview\bin\Debug\Oraycn.MFile.dll
?????文件??????20302??2018-12-08?09:15??Oraycn.RecordDemoPreview\bin\Debug\Oraycn.MFile.xm
?????文件??????13824??2018-12-14?09:22??Oraycn.RecordDemoPreview\bin\Debug\Oraycn.RecordDemo.exe
?????文件??????28160??2018-12-14?09:22??Oraycn.RecordDemoPreview\bin\Debug\Oraycn.RecordDemo.pdb
?????文件??????11600??2018-12-14?09:21??Oraycn.RecordDemoPreview\bin\Debug\Oraycn.RecordDemo.vshost.exe
?????文件????????144??2015-11-24?15:29??Oraycn.RecordDemoPreview\bin\Debug\Oraycn.RecordDemo.vshost.exe.config
?????文件????????490??2010-03-17?22:39??Oraycn.RecordDemoPreview\bin\Debug\Oraycn.RecordDemo.vshost.exe.manifest
?????文件?????296960??2012-12-06?15:37??Oraycn.RecordDemoPreview\bin\Debug\swscale-2.dll
?????文件?????446976??2018-10-11?14:53??Oraycn.RecordDemoPreview\dlls\ESBasic.dll
?????文件?????215220??2018-06-01?14:44??Oraycn.RecordDemoPreview\dlls\ESBasic.xm
?????文件?????142336??2018-12-08?09:13??Oraycn.RecordDemoPreview\dlls\OMFile.dll
?????文件????1227776??2018-12-08?09:16??Oraycn.RecordDemoPreview\dlls\Oraycn.MCapture.dll
?????文件????1026906??2018-12-08?09:12??Oraycn.RecordDemoPreview\dlls\Oraycn.MCapture.xm
?????文件?????136192??2019-06-04?09:04??Oraycn.RecordDemoPreview\dlls\Oraycn.MFile.dll
?????文件??????20302??2018-12-08?09:15??Oraycn.RecordDemoPreview\dlls\Oraycn.MFile.xm
?????文件???????6822??2017-11-22?17:09??Oraycn.RecordDemoPreview\Form1.cs
?????文件???????8342??2014-11-18?20:10??Oraycn.RecordDemoPreview\Form1.Designer.cs
?????文件???????5817??2014-11-18?20:10??Oraycn.RecordDemoPreview\Form1.resx
?????文件???????1530??2015-12-02?17:12??Oraycn.RecordDemoPreview\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
............此處省略34個(gè)文件信息
評(píng)論
共有 條評(píng)論