getStandardPitch abstract method

Future<ZegoCopyrightedMusicGetStandardPitchResult> getStandardPitch(
  1. String resourceID
)

Get standard pitch data.

Available since: 2.15.0 Description: Get standard pitch data. Use case: Can be used to display standard pitch lines on the view. Cation: Only accompaniment or climactic clip assets have pitch lines.

  • resourceID the resource ID corresponding to the accompaniment or accompaniment clip.

Implementation

Future<ZegoCopyrightedMusicGetStandardPitchResult> getStandardPitch(
    String resourceID);