public abstract class Id3Tag extends MetadataContainer
Represents ID3 tag. Abstract.
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 ID3 version.
|
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 ID3 version.
Value: The ID3 version.Copyright © 2017. All rights reserved.