简体   繁体   English

Windows 10开发的DirectShow(Stream.h)

[英]DirectShow (Stream.h) for Windows 10 Development

I just noticed that streams.h is missing, while I was compiling DSVideoLib on my machine. 我只是在计算机上编译DSVideoLib时注意到stream.h丢失了。 A quick research pointed me to the Windows SDK. 快速研究将我指向Windows SDK。 https://msdn.microsoft.com/en-us/library/windows/desktop/dd407279(v=vs.85).aspx Well after installing the windows sdk again, I still cannot find those files and folders in my windows sdk folder. https://msdn.microsoft.com/zh-cn/library/windows/desktop/dd407279(v=vs.85).aspx再次安装Windows SDK之后,我仍然无法在Windows SDK中找到这些文件和文件夹夹。

Does anybody have an idea where to get the DirectShow library on windows 10? 有谁知道如何在Windows 10上获得DirectShow库?

Streams.h and and other BaseClasses directory files can be found in Windows SDK 7.1 , in \\Samples\\multimedia\\directshow\\baseclasses. Windows SDK 7.1的\\ Samples \\ multimedia \\ directshow \\ baseclasses中可以找到Streams.h和其他BaseClasses目录文件。 This also looks like a good snapshot to grab. 看起来也像是一个不错的快照。

See also (actually proves that taken out from Windows SDK 8.0, the code in question was never put back later): 另请参见(实际上证明是从Windows SDK 8.0中取出的,相关代码以后再也不会放回去):

There is nothing bad in taking "old" DirectShow sample/base code because there has been so little changes over last 10+ years... 采取“旧的” DirectShow示例/基本代码没有什么不好,因为在过去10多年中变化很小。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM