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
Name | Description |
---|---|
newReverse | true to enable reverse stereo; false to disable |
Throws
dsdl2
if failed to set the reverse stereo mode