Function Channel.allReverseStereo

Acts as Mix_SetReverseStereo(MIX_CHANNEL_POST, newReverse) which sets whether the left and right channels are flipped for all channels as posteffect

static void allReverseStereo (
  bool newReverse
) @property @trusted;

Parameters

NameDescription
newReverse true to enable reverse stereo; false to disable

Throws

dsdl2.SDLException if failed to set the reverse stereo mode