stopRhythmPlayer

Disables the virtual metronome.

virtual int stopRhythmPlayer() = 0;
Deprecated
Deprecated since v4.6.0.

After calling startRhythmPlayer, you can call this method to disable the virtual metronome.

Note: (Android and iOS only)

Return Values

  • 0: Success.
  • < 0: Failure.