Music.volume

Wraps Mix_VolumeMusic which sets the volume for music

  1. ubyte volume()
  2. ubyte volume()
  3. void volume(ubyte newVolume)
    class Music
    static @property @trusted
    void
    volume
    (
    ubyte newVolume
    )

Parameters

newVolume ubyte

new volume ranging from 0 to 128

Meta