Channel.allVolume

Acts as Mix_Volume(-1, newVolume) which sets the volume of all channels

  1. ubyte allVolume()
  2. void allVolume(ubyte newVolume)
    class Channel
    static @property @trusted
    void
    allVolume
    (
    ubyte newVolume
    )

Parameters

newVolume ubyte

new volume ranging from 0 to 128

Meta