getLrcLyricWithConfig abstract method
Get lyrics in lrc format.
Available since: 3.12.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.
config
The configuration of get lyric.
Implementation
Future<ZegoCopyrightedMusicGetLrcLyricResult> getLrcLyricWithConfig(
ZegoCopyrightedMusicGetLyricConfig config);