im trying to play songs from my C# app.
I am using the WMPLib.WindowsMediaPlayer class and that is working perfectly.
i am unable to access the equalizer though. The eualizer class has no contructors, therefore must somehow be run by a command like:
WMPLib.WMPEqualizerSettingsCtrlClass EQ = WMPLib.WindowsMediaPlayer.GET EQUALIZER()
i could very well be wrong about this, there doesnt seem to be any proper documenttaiton on how to use the WMPEqualizerSettingsCtrlClass class.
Any idea? Help ?
thanks