Link to home
Start Free TrialLog in
Avatar of ebita
ebita

asked on

c# Equalizer setting in Windows media player sdk 9

Hi

I have a small app where I'll to access the equalizer in windows media player.

I'm trying to use the equalizer in my winform, i can see the WMPEqualizerSettingsCtrl
in the object browser under WMPLib but i can't see how i can link it to
my embedded player which is AxWMPLib
I get: "Object reference not set to an instance of an object"

I'm writing in C#...

Hope anyone can help me.
Avatar of gregoryyoung
gregoryyoung
Flag of Canada image

I dont believe you can actually do that through their com interface. This is because that object is used for integrating an equalizer plugin. I believe you can only set volume / balance ... You could however use something like directx to set the equalizer etc on wave out ...
ASKER CERTIFIED SOLUTION
Avatar of gregoryyoung
gregoryyoung
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ebita
ebita

ASKER

hi gregoryyoung,

That is not good news :-)

But is it worth 500 points ?
Please Comment !!!

I have another question open:
https://www.experts-exchange.com/questions/20987428/c-listbox-Index-was-out-of-range-after-changed-DataSource.html#11054974