Function Channel.allPanning

Wraps Mix_SetPanning which sets the panning volume of the left and right channels as posteffect for all channels

static void allPanning (
  ubyte[2] newLR
) @property @trusted;

Parameters

NameDescription
newLR tuple of the volumes from 0 to 255 of the left and right channels in order

Throws

dsdl2.SDLException if failed to set the panning