gain property

double get gain

Get the gain for this sound.

Implementation

double get gain;
set gain (double value)

Set the gain for this sound.

Implementation

set gain(final double value);