getLrcLyric abstract method

Get lyrics in lrc format.

Available since: 2.13.0 Description: Get lyrics in lrc format, support parsing lyrics line by line. Use case: Used to display lyrics line by line. When to call: After initializing the copyrighted music success initCopyrightedMusic.

  • songID the ID of the song or accompaniment, the song and accompaniment of a song share the same ID.

Implementation

Future<ZegoCopyrightedMusicGetLrcLyricResult> getLrcLyric(String songID);