volume method

void volume(
  1. double volum
)

Implementation

void volume(double volum) {
  player.setVolume(volum);
  return;
}