onCurrentPitchValueUpdate property

(void Function(ZegoCopyrightedMusic copyrightedMusic, String resourceID, int currentDuration, int pitchValue)?) onCurrentPitchValueUpdate
read / write

实时音高线回调。

  • copyrightedMusic 触发此次回调的版权音乐实例。
  • resourceID 触发此次回调的歌曲或伴奏对应的资源 ID。
  • currentDuration 当前播放进度。
  • pitchValue 实时音高准确程度或值。

Implementation

static void Function(ZegoCopyrightedMusic copyrightedMusic, String resourceID,
    int currentDuration, int pitchValue)? onCurrentPitchValueUpdate;