| Package | Description |
|---|---|
| org.digitalmediaserver.cuelib.id3 |
| Modifier and Type | Method and Description |
|---|---|
ID3Version |
ID3Tag.getVersion() |
static ID3Version |
ID3ReaderFactory.getVersion(File file)
Get the ID3 version for this file.
|
static ID3Version |
ID3Version.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ID3Version[] |
ID3Version.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ID3Version> |
ID3ReaderFactory.getVersions(File file)
Get the ID3 versions for this file.
|
| Modifier and Type | Method and Description |
|---|---|
static ID3Reader |
ID3ReaderFactory.getReader(ID3Version version)
Get the
ID3Reader for the specified ID3Version. |
void |
ID3Tag.setVersion(ID3Version version) |
Copyright © 2018. All rights reserved.