I am a new programmer using Visual Studio 2008. How can I add an reference to QuartzTypeLib. I have already checked the add reference folder and do not see a library for Quartz
There is a complete solution that uses QuartzTypeLib to play videos.
DirectShow MediaPlayer in C#
The relevant part of the source code is:
using QuartzTypeLib; FilgraphManager FilterGraph = new FilgraphManager(); FilterGraph.RenderFile("test.mp3"); FilterGraph.Run(); // ... FilterGraph.Stop();