pitch method

void pitch(
  1. double pitch
)

Implementation

void pitch(double pitch) {
  player.setPitch(pitch);
  return;
}