public abstract class Id3Tag extends MetadataContainer
Represents base abstraction for ID3(v1) and ID3(v2) audio tags.
Modifier | Constructor and Description |
---|---|
protected |
Id3Tag(int metadataType)
Initializes a new instance of the
Id3Tag class. |
Modifier and Type | Method and Description |
---|---|
abstract String |
getVersion()
Gets the version of ID3 tag in string format.
|
getKeys
getByType, getMetadataType, readByStringKey
protected Id3Tag(int metadataType)
Initializes a new instance of the Id3Tag
class.
metadataType
- Metadata type.public abstract String getVersion()
Gets the version of ID3 tag in string format. For example: 'ID3v1.1'.