Music.volume

Wraps Mix_VolumeMusic which gets the volume for music

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

Return Value

Type: ubyte

volume ranging from 0 to 128

Meta