| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
int Mix_UnregisterAllEffects(int channel)
This removes all effects registered to channel.
If the channel is active all the registered effects will have their Mix_EffectDone_t functions called, if they were specified in Mix_RegisterEffect.
Returns: Zero on errors, such as channel not existing.
  | 
See Also:
4.6.2 Mix_UnregisterEffect,
4.6.1 Mix_RegisterEffect