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