Function Channel.reverseStereo

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

void reverseStereo (
  bool newReverse
) @property @trusted const;

Parameters

NameDescription
newReverse true to enable reverse stereo; false to disable

Throws

dsdl2.SDLException if failed to set the reverse stereo mode