getLrcLyric abstract method

Future<ZegoCopyrightedMusicGetLrcLyricResult> getLrcLyric(
  1. String songID,
  2. {ZegoCopyrightedMusicVendorID? vendorID}
)

Get lyrics in lrc format.

Available since: 3.2.1 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.
  • vendorID Copyright music resource song copyright provider.

Implementation

Future<ZegoCopyrightedMusicGetLrcLyricResult> getLrcLyric(String songID,
    {ZegoCopyrightedMusicVendorID? vendorID});