Channel.allVolume

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

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

Return Value

Type: ubyte

volume ranging from 0 to 128

Meta