Sound.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 Sound
@nogc
ubyte
setVolume
nothrow
(
ubyte volume
)

Meta