Where are the DirectShow samples in the Windows 8 SDK?
Asked Answered
E

3

5

DirectShow samples lived under (SDK samples root)\DirectShow\ in the Windows 7.1 SDK, but the Windows 8 SDK does not have the files neither in C:\Program Files (x86)\Windows Kits\8.0 nor C:\Program Files (x86)\Microsoft SDKs\Windows. The samples are also not for download at http://code.msdn.microsoft.com/windowsapps

Esquire answered 17/10, 2012 at 19:22 Comment(0)
E
2

Microsoft now has a github repo with the old samples: https://github.com/Microsoft/Windows-classic-samples/tree/master/Samples/Win7Samples/multimedia/directshow/baseclasses

Esquire answered 25/1, 2019 at 16:47 Comment(0)
I
11

I believe DirectShow is to be phased out and replaced by Microsoft Media Foundation (MF). I think that's been the intention since Windows Vista, although at that time MF was not capable enough to replace DirectShow. Microsoft representatives have stated that DirectShow will not be supported in Metro UI apps.

I think dshow.h, quartz.dll, etc. are still in the Window 8 SDK kit. However, while Windows 8 will still run DirectShow programs in a normal desktop, it might be that DirectShow samples will never be included in the Windows 8 SDK or new Windows Dev Center because it is considered deprecated. I could not find anything stating this definitively, but most information about MF seems to indicate that DirectShow is not a way forward, and there was a lot of clean-up and removal of obsolete artifacts from the Windows 8 SDK.

Anecdotal References:

Related Download Links:

Fwiw, there are a few unofficial samples using DirectShow in the Windows Dev Center.

Indonesia answered 6/11, 2012 at 15:34 Comment(1)
If you want the samples even though they are "deprecated", the answer at #18548392 will help you get themChiclayo
E
2

Microsoft now has a github repo with the old samples: https://github.com/Microsoft/Windows-classic-samples/tree/master/Samples/Win7Samples/multimedia/directshow/baseclasses

Esquire answered 25/1, 2019 at 16:47 Comment(0)
M
0

Have you tried Windows Software Development Kit (SDK) for Windows 8 (desktop and Win32 apps)?
http://msdn.microsoft.com/en-us/windows/desktop/hh852363.aspx

Matteroffact answered 1/11, 2012 at 21:41 Comment(2)
I think I already had installed that link, but I reinstalled just in case. There's a shortcut at C:\Program Files (x86)\Windows Kits\8.0\Shortcuts\DesktopDevCenterSamples that points to code.msdn.microsoft.com/windowsdesktop but I couldn't find the directshow samples there.Esquire
Right, the Samples page points to the SDK which points you back at the samples page.Jerry

© 2022 - 2024 — McMap. All rights reserved.