Channel.volume

Wraps Mix_Volume which sets the volume of the channel

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

Parameters

newVolume ubyte

new volume ranging from 0 to 128

Meta