See Also
You are here: Player Plug-ins > Definitions > Input Plug-ins > QCDModInitIn > QCDModInitIn::toModule > SetEQ
QMP Developer Reference Guide
ContentsIndexHome
PreviousUpNext
SetEQ

The player calls this function when the equalizer settings have changed.

Parameters
Parameters 
Description 
eqInfo 
[in] set of updated EQ parameters 
Return Values
Return Values 
Description 
void 
no return value 
Remarks

If the plug-in implements an audio equalizer it needs to handle this call. If the plug-in does not implement an audio equalizer it must set this function pointer to NULL. This will cause the player to use alternate equalizers if available. Any change to the state of the equalizer will cause the player to call this function. The current values for the equalizer will be in the eqInfo parameter.

See Also
Copyright (c) Quinnware 2007. All rights reserved.