public final class Id3v2Tag extends Id3Tag
Represents ID3v2 tag.
Constructor and Description |
---|
Id3v2Tag()
Initializes a new instance of the
Id3v2Tag class. |
Modifier and Type | Method and Description |
---|---|
String |
getAlbum()
Gets or sets the album.
|
String |
getArtist()
Gets or sets the artist.
|
String |
getBand()
Gets or sets the band.
|
String |
getBitsPerMinute()
Gets or sets the bits per minute.
|
String |
getComment()
Gets or sets the comment.
|
String |
getComposers()
Gets or sets the composers.
|
String |
getContentType()
Gets or sets content type.
|
String |
getCopyright()
Gets or sets the copyright.
|
String |
getDate()
Gets the date.
|
String |
getEncodedBy()
Gets or sets the encoded by.
|
TagFrame[] |
getFrames()
Gets array of
TagFrame presented in ID3v2 tag. |
String |
getPublisher()
Gets or sets the publisher.
|
int |
getTagSize()
Gets the size of the tag.
|
String |
getTime()
Gets or sets the time.
|
String |
getTitle()
Gets or sets the title.
|
String |
getTrackNumber()
Gets or sets the track number.
|
String |
getVersion()
Gets the ID3 version.
|
String |
getYear()
Gets or sets the year.
|
TagFrame[] |
readFrames(String tag) |
void |
setAlbum(String value)
Gets or sets the album.
|
void |
setArtist(String value)
Gets or sets the artist.
|
void |
setBand(String value)
Gets or sets the band.
|
void |
setBitsPerMinute(String value)
Gets or sets the bits per minute.
|
void |
setComment(String value)
Gets or sets the comment.
|
void |
setComposers(String value)
Gets or sets the composers.
|
void |
setContentType(String value)
Gets or sets content type.
|
void |
setCopyright(String value)
Gets or sets the copyright.
|
void |
setEncodedBy(String value)
Gets or sets the encoded by.
|
void |
setPublisher(String value)
Gets or sets the publisher.
|
void |
setTime(String value)
Gets or sets the time.
|
void |
setTitle(String value)
Gets or sets the title.
|
void |
setTrackNumber(String value)
Gets or sets the track number.
|
void |
setYear(String value)
Gets or sets the year.
|
getKeys
getByType, getMetadataType, readByStringKey
public String getVersion()
Gets the ID3 version.
Value: The ID3 version.getVersion
in class Id3Tag
public final int getTagSize()
Gets the size of the tag.
Value: The size of the tag.public final String getAlbum()
Gets or sets the album. Represents TALB tag.
Value: The album.public final void setAlbum(String value)
Gets or sets the album. Represents TALB tag.
Value: The album.public final String getArtist()
Gets or sets the artist. Represents TPE1 tag.
Value: The artist.public final void setArtist(String value)
Gets or sets the artist. Represents TPE1 tag.
Value: The artist.public final String getBand()
Gets or sets the band. Represents TPE2 tag.
Value: The band.public final void setBand(String value)
Gets or sets the band. Represents TPE2 tag.
Value: The band.public final String getBitsPerMinute()
Gets or sets the bits per minute. Represents TBPM tag.
Value: The bits per minute.public final void setBitsPerMinute(String value)
Gets or sets the bits per minute. Represents TBPM tag.
Value: The bits per minute.public final String getComment()
Gets or sets the comment. Represents COMM tag.
Value: The comment.public final void setComment(String value)
Gets or sets the comment. Represents COMM tag.
Value: The comment.public final String getComposers()
Gets or sets the composers. Represents TCOM tag.
Value: The composers.public final void setComposers(String value)
Gets or sets the composers. Represents TCOM tag.
Value: The composers.public final String getContentType()
Gets or sets content type. Represents TCON tag.
Value: Content type.public final void setContentType(String value)
Gets or sets content type. Represents TCON tag.
Value: Content type.public final String getCopyright()
Gets or sets the copyright. Represents TCOP tag.
Value: The copyright.public final void setCopyright(String value)
Gets or sets the copyright. Represents TCOP tag.
Value: The copyright.public final String getDate()
Gets the date. Represents TDAT tag.
Value: The date.public final String getEncodedBy()
Gets or sets the encoded by. Represents TENC tag.
Value: The encoded by.public final void setEncodedBy(String value)
Gets or sets the encoded by. Represents TENC tag.
Value: The encoded by.public final String getPublisher()
Gets or sets the publisher. Represents TPUB tag.
Value: The publisher.public final void setPublisher(String value)
Gets or sets the publisher. Represents TPUB tag.
Value: The publisher.public final String getTime()
Gets or sets the time. Represents TIME tag.
Value: The time.public final void setTime(String value)
Gets or sets the time. Represents TIME tag.
Value: The time.public final String getTitle()
Gets or sets the title. Represents TIT2 tag.
Value: The title.public final void setTitle(String value)
Gets or sets the title. Represents TIT2 tag.
Value: The title.public final String getTrackNumber()
Gets or sets the track number. Represents TRCK tag.
Value: The track number.public final void setTrackNumber(String value)
Gets or sets the track number. Represents TRCK tag.
Value: The track number.public final String getYear()
Gets or sets the year. Represents TYER tag.
Value: The year.public final void setYear(String value)
Gets or sets the year. Represents TYER tag.
Value: The year.public final TagFrame[] getFrames()
Gets array of TagFrame
presented in ID3v2 tag.
Copyright © 2017. All rights reserved.