文件名称:MovieShow
- 所属分类:
- 视频捕捉/采集
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 200.48kb
- 下载次数:
- 0次
- 提 供 者:
- Le***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Introduction
At long last I have finally made what I have wanted to make for so long. Being new to the coding world, this media player (which I call MediaShow ) is my first working software. It is based on the famous DirectShow multimedia API from Microsoft.
DirectShow divides the processing of multimedia tasks such as video playback into a set of steps known as filters. Each filter represents a stage in the processing of the data. Filters have a number of input and output pins which connect them together. The generic design of the connection mechanism means that filters can be connected in many different ways for different tasks to build a filter graph.
It is possible to make custom filters which can be used to play a variety of media file formats clearly displaying the power of DirectShow API. But the complexity for customization and making filters from scratch makes the use of this API rather difficult.
At long last I have finally made what I have wanted to make for so long. Being new to the coding world, this media player (which I call MediaShow ) is my first working software. It is based on the famous DirectShow multimedia API from Microsoft.
DirectShow divides the processing of multimedia tasks such as video playback into a set of steps known as filters. Each filter represents a stage in the processing of the data. Filters have a number of input and output pins which connect them together. The generic design of the connection mechanism means that filters can be connected in many different ways for different tasks to build a filter graph.
It is possible to make custom filters which can be used to play a variety of media file formats clearly displaying the power of DirectShow API. But the complexity for customization and making filters from scratch makes the use of this API rather difficult.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 101259340movieshow.zip 列表 MovieShow/ MovieShow/MovieShow/ MovieShow/MovieShow.sln MovieShow/MovieShow/bin/ MovieShow/MovieShow/bin/Debug/ MovieShow/MovieShow/bin/Debug/DirectShowLib.dll MovieShow/MovieShow/bin/Debug/MovieShow.exe MovieShow/MovieShow/bin/Debug/MovieShow.pdb MovieShow/MovieShow/bin/Debug/MovieShow.vshost.exe MovieShow/MovieShow/Form1.cs MovieShow/MovieShow/Form1.Designer.cs MovieShow/MovieShow/Form1.resx MovieShow/MovieShow/Form2.cs MovieShow/MovieShow/Form2.designer.cs MovieShow/MovieShow/Form2.resx MovieShow/MovieShow/Form4.cs MovieShow/MovieShow/Form4.Designer.cs MovieShow/MovieShow/Form4.resx MovieShow/MovieShow/Form5.cs MovieShow/MovieShow/Form5.Designer.cs MovieShow/MovieShow/Form5.resx MovieShow/MovieShow/Mci.cs MovieShow/MovieShow/Media.cs MovieShow/MovieShow/MovieShow.csproj MovieShow/MovieShow/Program.cs MovieShow/MovieShow/Properties/ MovieShow/MovieShow/Properties/AssemblyInfo.cs MovieShow/MovieShow/Properties/Resources.Designer.cs MovieShow/MovieShow/Properties/Resources.resx MovieShow/MovieShow/Properties/Settings.Designer.cs MovieShow/MovieShow/Properties/Settings.settings