Get Audio Parametric Equalizer Effect to code?

Can I somehow get “Audio Parametric Equalizer Effect” from audio mixer to code?
So I can edit parameters’ values from code?
I don’t see audio class for this effect, I see classes for low/highpass filters, chorus etc. but not for EQ.

I realize this is an old post, but I thought I’d reply with an answer anyway.

You can expose audio parameters at will. So for example, when adding the parametric equalizer effect, click on the Group that the eq is added to. Then in the inspector, right click any parameter you want, and expose the parameter to script.

voila!
hope this helps.