91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡(jiǎn)介

本系統(tǒng)是用C#.net開(kāi)發(fā)的,提供了一個(gè)類庫(kù),Render.Core作用是將視頻流轉(zhuǎn)化成一幀一幀的圖片,然后顯示。下載了就可以運(yùn)行,對(duì)實(shí)時(shí)視頻或者和攝像頭連用的程序挺好。

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Windows;
using?System.Windows.Controls;
using?System.Windows.Interop;
using?System.Windows.Media;
using?System.Windows.Threading;
using?System.Runtime.InteropServices;

namespace?Renderer.Core
{
????public?class?D3DElement?:?frameworkElement
????{
????????#region?私有變量

????????private?D3DImageSource?render;
????????private?Image?image;

????????private?int?srcWidth;
????????private?int?srcHeight;
????????private?frameFormat?srcFormat;

????????#endregion

????????#region?構(gòu)造函數(shù)

????????public?D3DElement()
????????{
????????????this.image?=?new?Image();
????????????this.image.Stretch?=?Stretch.Uniform;?//?We?set?this?because?our?resizing?isn‘t?immediate
?????????

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件???12728320??2011-09-06?19:09??WpfD3D\3rdParty\avcodec-53.dll

?????文件??????58880??2011-09-06?19:09??WpfD3D\3rdParty\avdevice-53.dll

?????文件?????815104??2011-09-06?19:09??WpfD3D\3rdParty\avfilter-2.dll

?????文件????1262080??2011-09-06?19:09??WpfD3D\3rdParty\avformat-53.dll

?????文件?????126976??2011-09-06?19:09??WpfD3D\3rdParty\avutil-51.dll

?????文件?????160256??2011-09-06?19:09??WpfD3D\3rdParty\postproc-51.dll

?????文件????3383808??2013-12-03?15:13??WpfD3D\3rdParty\SlimDX.dll

?????文件?????240640??2011-09-06?19:09??WpfD3D\3rdParty\swscale-2.dll

?????文件???????4287??2013-12-19?23:19??WpfD3D\Render.Core\D3DElement.cs

?????文件??????30754??2013-12-20?18:50??WpfD3D\Render.Core\D3DImageSource.cs

?????文件????????371??2013-12-19?00:33??WpfD3D\Render.Core\frameFormat.cs

?????文件???????9396??2013-12-19?23:53??WpfD3D\Render.Core\Imaging\ConverterResizer.cs

?????文件??????10170??2013-12-19?23:53??WpfD3D\Render.Core\Imaging\Cropper.cs

?????文件???????1954??2013-12-20?00:05??WpfD3D\Render.Core\Imaging\PixelAlignmentType.cs

?????文件??????20597??2013-12-19?23:53??WpfD3D\Render.Core\Imaging\PlanarImage.cs

?????文件??????18855??2013-12-12?10:57??WpfD3D\Render.Core\Imaging\SwScale.cs

?????文件???????1269??2013-12-12?13:41??WpfD3D\Render.Core\Interop.cs

?????文件????????479??2013-12-19?23:41??WpfD3D\Render.Core\IRenderSource.cs

?????文件???????2310??2013-12-10?16:15??WpfD3D\Render.Core\Properties\AssemblyInfo.cs

?????文件???????2853??2013-12-12?10:56??WpfD3D\Render.Core\Properties\Resources.Designer.cs

?????文件???????5612??2013-12-10?16:15??WpfD3D\Render.Core\Properties\Resources.resx

?????文件???????1095??2013-12-12?10:56??WpfD3D\Render.Core\Properties\Settings.Designer.cs

?????文件????????201??2013-12-10?16:15??WpfD3D\Render.Core\Properties\Settings.settings

?????文件???????4627??2013-12-21?10:57??WpfD3D\Render.Core\Renderer.Core.csproj

?????文件????????227??2013-12-11?10:44??WpfD3D\Render.Core\Renderer.Core.csproj.user

?????文件???????1206??2013-12-19?23:59??WpfD3D\Render.Core\Utils.cs

?????文件????????447??2013-12-12?10:56??WpfD3D\Render.Core\Vertex.cs

?????文件???????7229??2013-12-20?00:56??WpfD3D\Render.Core\WriteableBitmapSource.cs

?????文件????????320??2013-12-20?18:57??WpfD3D\SampleApp\App.xaml

?????文件????????311??2013-12-20?18:57??WpfD3D\SampleApp\App.xaml.cs

............此處省略23個(gè)文件信息

評(píng)論

共有 條評(píng)論