Channel.volume - multiple declarations
Function Channel.volume
Wraps Mix_Volume
which gets the volume of the channel
ubyte volume() @property @trusted const;
Returns
volume ranging from 0
to 128
Function Channel.volume
Wraps Mix_Volume
which sets the volume of the channel
void volume
(
ubyte newVolume
) @property @trusted const;
Parameters
Name | Description |
---|---|
newVolume | new volume ranging from 0 to 128 |