Jeffrey_C
Joined: 23 Feb 2006
Posts: 1
|
Posted:
Thu Feb 23, 2006 12:11 pm Post subject:
Retrieving Windows Media Player Filter Graph |
|
|
Hello!
I'm using WMP 10 SDK within my app, and I need to retrieve WMP Filter Graph to replace its video render with my own render.
I know it's possible implementing IWMPGraphCreation and IServiceProvider, but I don't have a clue how to do it or where to start...
Please, any help will be welcome!
Anybody knows another way to retrieve WMP filter graph??
|
|
raddog
Joined: 18 Dec 2005
Posts: 12
Location: Kansas City
|
Posted:
Sun Jul 02, 2006 12:29 am Post subject:
|
|
|
Hey Jeff, I don't know if you ever got this answered, but I'm trying to get this working and seem to FINALLY have gotten over the initial hurdle in that WMP is calling my implementation of IWMPGraphCreation.
If you're using Visual Studio C++, for starters I'd read this: http://www.codeproject.com/com/MFCClientSite.asp
That helped me quite a bit, because MFC totally gets in the way of your ability to easily get to WMP the way you'd like to.
In any event, I'd be glad to share what I've learned with you if you're still in need of the info: raddog_AT_kc.rr.com
- john |
|