Class AgoraRhythmPlayerConfig

java.lang.Object
io.agora.rtc2.audio.AgoraRhythmPlayerConfig

public class AgoraRhythmPlayerConfig extends Object
  • Field Details

    • beatsPerMeasure

      public int beatsPerMeasure
      The number of beats per measure, which ranges from 1 to 9. The default value is 4, which means that each measure contains one downbeat and three upbeats.
    • beatsPerMinute

      public int beatsPerMinute
      The beat speed (beats/minute), which ranges from 60 to 360. The default value is 60, which means that the metronome plays 60 beats in one minute.
  • Constructor Details

    • AgoraRhythmPlayerConfig

      public AgoraRhythmPlayerConfig()
  • Method Details

    • getBeatsPerMeasure

      public int getBeatsPerMeasure()
    • getBeatsPerMinute

      public int getBeatsPerMinute()