PDA

View Full Version : Iwmpeffects - Wmp10 Sdk



TimeSurfer
01-31-2008, 03:54 AM
Ok I have been reading the sdk for wmp10 for about an hour now lol. I found what i was looking for... the iwmpeffects interface. From what ive been readin this is what controls the visualizations interface for wmp. I more interested in the EFFECTS.nextEffect and EFFECTS.previousEffect though as these allow you to switch the effects. but since im not a c coder i have no clue how i might implement this in either ams ''maybe via luacom if i understood how'' or purebasic ''in a dll perhaps callable from ams''

any thoughts or suggestions are welcomed.

if you want to check out the sdk so you know what im talking about get it HERE (http://msdn2.microsoft.com/en-us/windowsmedia/bb190309.aspx).

RizlaUK
01-31-2008, 10:24 AM
well AMS already accesses the wmp activex module to display the media player plugin, the trick now is access the rest of the functions with LUAcom, i'll have a look at the SDK when i get a min and see what i can do.

TimeSurfer
01-31-2008, 07:28 PM
thanks RizlaUk, im currently lookin for a solution in purebasic as well ill let you know how that comes out.