Channel.volume

Wraps Mix_Volume which gets the volume of the channel

  1. ubyte volume()
    class Channel
    const @property @trusted
    ubyte
    volume
    ()
  2. void volume(ubyte newVolume)

Return Value

Type: ubyte

volume ranging from 0 to 128

Meta