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 name.
|
String |
getArtist()
Gets the artist name.
|
String |
getAuthor()
Gets the author.
|
Lyrics3Field[] |
getFields() |
String[] |
getKeys()
Gets an array of available metadata keys.
|
String |
getLyrics()
Gets the lyrics.
|
String |
getTrack()
Gets the track title.
|
void |
setAdditionalInfo(String value)
Sets the additional information.
|
void |
setAlbum(String value)
Sets the album name.
|
void |
setArtist(String value)
Sets the artist name.
|
void |
setAuthor(String value)
Sets the author.
|
void |
setFields(Lyrics3Field[] value) |
void |
setLyrics(String value)
Sets the lyrics.
|
void |
setTrack(String value)
Sets the track title.
|
getByType, getMetadataType, iterator, readByStringKey
public Lyrics3Tag()
Initializes a new instance of the Lyrics3Tag
class.
public final String getLyrics()
Gets the lyrics. Defined tag - LYR.
public final void setLyrics(String value)
Sets the lyrics. Defined tag - LYR.
value
- The lyrics.public final String getAdditionalInfo()
Gets the additional information. Defined tag - INF.
public final void setAdditionalInfo(String value)
Sets the additional information. Defined tag - INF.
value
- The additional information.public final String getAuthor()
Gets the author. Defined tag - AUT.
public final void setAuthor(String value)
Sets the author. Defined tag - AUT.
value
- The author.public final String getAlbum()
Gets the album name. Defined tag - EAL.
public final void setAlbum(String value)
Sets the album name. Defined tag - EAL.
value
- The album.public final String getArtist()
Gets the artist name. Defined tag - EAR.
public final void setArtist(String value)
Sets the artist name. Defined tag - EAR.
value
- The artist.public final String getTrack()
Gets the track title. Defined tag - ETT.
public final void setTrack(String value)
Sets the track title. Defined tag - ETT.
value
- The track.public final Lyrics3Field[] getFields()
Gets or sets an array of the 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>
public final void setFields(Lyrics3Field[] value)
Gets or sets an array of the 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 © 2019. All rights reserved.