Package | Description |
---|---|
org.jaudiotagger.tag |
Generic classes and interfaces for metadata blocks, broadly called tags.
|
org.jaudiotagger.tag.options |
Holds a few option definitions.
|
Modifier and Type | Method and Description |
---|---|
PadNumberOption |
TagOptionSingleton.getPadNumberTotalLength()
Total length of number, i.e if set to 2 the value 1 would be stored as 01, if set to 3 would bs stored as 001
|
Modifier and Type | Method and Description |
---|---|
void |
TagOptionSingleton.setPadNumberTotalLength(PadNumberOption padNumberTotalLength) |
Modifier and Type | Method and Description |
---|---|
static PadNumberOption |
PadNumberOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PadNumberOption[] |
PadNumberOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2020 jthink.net. All rights reserved.