File | Date | Author | Commit |
---|---|---|---|
playerGUI | 2015-01-08 |
![]() |
[24e012] exit when play end |
simplest_directshow_filter | 2015-01-01 |
![]() |
[cc4206] Initial commit |
simplest_directshow_info | 2015-01-08 |
![]() |
[24e012] exit when play end |
simplest_directshow_player | 2015-01-04 |
![]() |
[578202] small fix |
simplest_directshow_player_custom | 2015-01-04 |
![]() |
[578202] small fix |
.gitignore | 2015-01-01 |
![]() |
[cc4206] Initial commit |
ReadMe.txt | 2015-01-04 |
![]() |
[578202] small fix |
UpgradeLog.XML | 2015-01-01 |
![]() |
[cc4206] Initial commit |
simplest_directshow_example.sln | 2015-01-01 |
![]() |
[cc4206] Initial commit |
simplest_directshow_example.suo | 2015-01-08 |
![]() |
[24e012] exit when play end |
simplest_directshow_info.jpg | 2015-01-08 |
![]() |
[24e012] exit when play end |
simplest_directshow_info_vars.jpg | 2015-01-04 |
![]() |
[578202] small fix |
simplest_directshow_player.jpg | 2015-01-04 |
![]() |
[578202] small fix |
simplest_directshow_player_custom.jpg | 2015-01-09 |
![]() |
[92f979] test |
最简单的基于DirectShow的示例 Simplest DirectShow Example 雷霄骅 Lei Xiaohua leixiaohua1020@126.com 中国传媒大学/数字电视技术 Communication University of China / Digital TV Technology http://blog.csdn.net/leixiaohua1020 本程序包含了DirectShow开发的示例程序。适合DirectShow初学者进行学习。 它包含了以下几个子程序: simplest_directshow_player: 最简单的基于DirectShow的视频播放器。 simplest_directshow_player_custom: 最简单的基于DirectShow的视频播放器(Custom)。 playerGUI: 最简单的基于DirectShow的播放器-图形界面版。 simplest_directshow_info: 最简单的Directshow信息显示例子。 simplest_directshow_filter: 目前还未完成。 This software contains several examples about DirectShow. Suitable for the beginner of DirectShow. It contains following projects: simplest_directshow_player: Simplest DirectShow Player. simplest_directshow_player_custom: Simplest DirectShow Player (Custom). playerGUI: Simplest DirectShow Player GUI. simplest_directshow_info: Simplest DirectShow Info. simplest_directshow_filter: Unfinished yet.