TagsEditor.LYRICS3_ImageLinkGet method |
|
Remarks
Obtains the image link stored inside the LYRICS3 tag. The current image link can be modified through the TagsEditor.LYRICS3_ImageLinkSet 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_ImageLinkGet ( ) as String |
[C#] public string LYRICS3_ImageLinkGet ( ); |
[C++] public: string LYRICS3_ImageLinkGet ( ); |
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 image link |