Media (Intel® oneAPI Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK

Cannot find media sdk in VS 2010

Anita_R_
Beginner
260 Views
I installed latest version of intel media sdk. The environment is as follow:

OS - 64 bit windows 7
VS 2010

I cannot see the integration part for media SDK in VS 2010


0 Kudos
2 Replies
gthomaz
Beginner
260 Views
Hello Anita!

The integration between VS2010 and Media SDK is not 'automatically' ..
It isn't a Visual Studio "component" (or Tool).

I'm using VS2010 and Media SDK with C#. But, for it, I'm using media SDK as a DirectShow FIlter.
(http://blogs.msdn.com/b/ericgu/archive/2004/09/20/232027.aspx)

My OS is Win7 64-Bits too.
0 Kudos
IDZ_A_Intel
Employee
260 Views
Hi Anita,

There is no integration between IDEs such as Visual Studio and Intel Media SDK.

A developer uses the Media SDK libraries and optionally the sample code to build applications. So the only link to the IDE is the need to include the Media SDK headers and libraries into the Visual Studio project solution, as showcased in the samples.

Thanks,
Petter
0 Kudos
Reply