public final class Lyrics3Tag extends MetadataContainer
Represents Lyrics3 v2.00 metadata. See more: http://id3.org/Lyrics3v2.
Constructor and Description |
---|
Lyrics3Tag()
Initializes a new instance of the
Lyrics3Tag class. |
Modifier and Type | Method and Description |
---|---|
String |
getAdditionalInfo()
Gets the additional information.
|
String |
getAlbum()
Gets the album.
|
String |
getArtist()
Gets the artist.
|
String |
getAuthor()
Gets the author.
|
Lyrics3Field[] |
getFields() |
String |
getLyrics()
Gets the lyrics.
|
String |
getTrack()
Gets the track.
|
getKeys
getByType, getMetadataType, readByStringKey
public Lyrics3Tag()
Initializes a new instance of the Lyrics3Tag
class.
public final String getLyrics()
Gets the lyrics. Defined tag - LYR.
Value: The lyrics.public final String getAdditionalInfo()
Gets the additional information. Defined tag - INF.
Value: The additional information.public final String getAuthor()
Gets the author. Defined tag - AUT.
Value: The author.public final String getAlbum()
Gets the album. Defined tag - EAL.
Value: The album.public final String getArtist()
Gets the artist. Defined tag - EAR.
Value: The artist.public final String getTrack()
Gets the track. Defined tag - ETT.
Value: The track.public final Lyrics3Field[] getFields()
Gets array of fields. <br></br>
There are no required fields in the tag, but at least one field must exist. <br></br>
Fields can appear in any order in the tag, except the indication (IND) field which must be the first field if used. Fields that include more then one line uses [CR][LF] delimiters between lines.<br></br>
Copyright © 2017. All rights reserved.