See Also
You are here: Player Plug-ins > Definitions > Playback Plug-ins > QCDModInitPlay2 > QCDModInitPlay2::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 
flags 
[in] no flags currently defined 
Return Values
Return Values 
Description 
command unsuccessful 
command successful 
Remarks

If the module implements an audio equalizer it needs to handle this function. If the module 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 this function to be called. The current values for the equalizer will be in the eqInfo parameter.

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