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 TagsEditor object.
For details about the editing of tags see the How to edit tag info in sound files tutorial.
Syntax
[Visual Basic] control.TagsEditor.LYRICS3_LyricsGet ( ) as String |
[C++] BSTR control.TagsEditor.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 |