DeactivateEq( <eqIndex>, <channelName>, <band> )


Module: Player
SP Only

Summary:

Deactivate the specified eq filter for the specified band



Call this on:

The player



Example:

level.player DeactivateEq( 0, "local", 0 );



Required Args:

  • 1 : <eqIndex> : which eq index to deactivate (0,1)


Optional Args

  • 1 : <channelName>: the name of the channel. channel names are specified in "channels.def"
  • 2 : <band>: select which band to disable. There are currently three bands (0,1,2)