TagsEditor.LYRICS3_LyricsGet method |
|
Remarks
Obtains lyrics text contained inside the LYRICS3 tag. The current lyrics text can be modified through the TagsEditor.LYRICS3_LyricsSet method.
For further details about methods related to tags editing refer to the TagsEditorMan class.
For details about the editing of tags see the How to edit tag info in sound files tutorial.
Syntax
[Visual Basic] Public Function LYRICS3_LyricsGet ( ) as String |
[C#] public string LYRICS3_LyricsGet ( ); |
[C++] public: string LYRICS3_LyricsGet ( ); |
Return value
Value |
Meaning |
|
|
Empty string |
The information is not available or an error occurred (see the LastError property for further error details) |
Valid string |
String containing the lyrics text |