Skip to content

dong777/simplest_directshow_example

 
 

Repository files navigation

最简单的基于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.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.2%
  • C 7.8%