Channel.reverseStereo

Wraps Mix_SetReverseStereo which sets whether the left and right channels are flipped in the channel

class Channel
const @property @trusted
void
reverseStereo
()

Parameters

newReverse bool

true to enable reverse stereo; false to disable

Throws

dsdl2.SDLException if failed to set the reverse stereo mode

Meta