Copyright © 2005-2019 MultiMedia Soft

SoundLyricsGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Retrieves lyrics text previously requested through the SoundLyricsRequest method.

This method must be called only after receiving the SoundLyricsAvailable event and only if no error is reported by the event itself.

 

 

Syntax

 

[Visual Basic]

Public Function SoundLyricsGet (

nPlayerIndex as Int16

) as String


 

[C#]

public string SoundLyricsGet (

Int16 nPlayerIndex

);


 

[C++]

public: string SoundLyricsGet (

Int16 nPlayerIndex

);


 

 

Parameter

Description

 

 

nPlayerIndex

Number representing the zero-based index of the involved player

 

 

Return value

 

Value

Meaning

 

 

Empty string

An error occurred (see the LastError property for further error details)

Valid string

The string containing requested lyrics text