基于DirectShow的播放器(VC++)

时间:2011-06-05 05:21:53
【文件属性】:
文件名称:基于DirectShow的播放器(VC++)
文件大小:38KB
文件格式:RAR
更新时间:2011-06-05 05:21:53
播放器 DirectShow 演示了使用DirectShow播放多媒体文件的基本操作
【文件预览】:
基于DirectShow的播放器SimplePlayer
----SimplePlayer.aps(21KB)
----SimplePlayer.dsp(4KB)
----StdAfx.cpp(214B)
----SimplePlayerDlg.cpp(11KB)
----CDXGraph.cpp(11KB)
----SimplePlayer.dsw(532B)
----SimplePlayer.opt(54KB)
----SimplePlayer.h(1KB)
----CDXGraph.h(2KB)
----SimplePlayer.cpp(2KB)
----SimplePlayer.rc(5KB)
----StdAfx.h(999B)
----SimplePlayer.plg(258B)
----SimplePlayer.ncb(97KB)
----Resource.h(920B)
----res()
--------SimplePlayer.ico(1KB)
--------Thumbs.db(4KB)
--------SimplePlayer.rc2(404B)
----SimplePlayerDlg.h(2KB)

网友评论

  • 是书上的Demo源码,不错!!
  • 是书上的Demo源码,不错!!
  • 正在学习摄像机监视系统,谢谢分享!
  • 很好的资源。是陆其明老师demo源码的一部分。
  • 非常好的资源,vs2010可以编译,只需要下个sstream.lib添加链接进去就可以了
  • 截图那部分有点问题,修改一下那段代码就好 unsigned __int64 nColors = (unsigned __int64 )1 << lpbi->biBitCount; if(nColors>256 || 32 == lpbi->biBitCount) nColors = 0; // int nColors = 1 << lpbi->biBitCount; // if (nColors > 256) // nColors = 0;
  • 很好的资源。直接可以跑的程序。最喜欢这种,不用再去改动。对我一个小软件的开发很大帮助。谢谢。