Music.setVolume

Set the volume, max. is 128, min. is 0 If the value is above 128, the max. will be assumed. Returns the previous volume.

struct Music
@nogc
ubyte
setVolume
const nothrow
(
ubyte volume
)

Meta