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

class Channel
static @property @trusted
void
allReverseStereo
()

Parameters

newReverse bool

true to enable reverse stereo; false to disable

Throws

dsdl2.SDLException if failed to set the reverse stereo mode

Meta