SetAudioStreamPitch method

void SetAudioStreamPitch(
  1. AudioStreamC stream,
  2. double pitch
)

Implementation

void SetAudioStreamPitch(AudioStreamC stream, double pitch) {
  return _SetAudioStreamPitch(stream, pitch);
}