SoundLyricsAvailable event |
|
Remarks
Occurs when a previous request to the SoundLyricsRequest method is completed.
Syntax
[Visual Basic] SoundLyricsAvailable ( ByVal nPlayer as Integer, ByVal nResult as enumErrorCodes ) |
[C++] void SoundLyricsAvailable ( short nPlayer, short nResult ); |
Parameters |
Description |
|
|
nPlayer |
Number representing the zero-based index of the involved player |
nResult |
The result of the lyrics search operation. See the LastError property for details about the returned result code. If the result is enumErrorCodes.ERR_NOERROR, lyrics text can be retrieved through the SoundLyricsGet method. |