Package | Description |
---|---|
org.jaudiotagger.tag.datatype |
Data type implementations, primarily for ID3 metadata.
|
org.jaudiotagger.tag.id3.framebody |
Classes for ID3V2 frames.
|
Modifier and Type | Method and Description |
---|---|
List<Pair> |
PairedTextEncodedStringNullTerminated.ValuePairs.getMapping()
Return the list of values
|
Modifier and Type | Method and Description |
---|---|
void |
PairedTextEncodedStringNullTerminated.ValuePairs.add(Pair pair) |
Constructor and Description |
---|
FrameBodyIPLS(byte textEncoding,
List<Pair> pairs)
Construct from a set of pairs
|
FrameBodyTIPL(byte textEncoding,
List<Pair> pairs)
Construct from a set of pairs
|
FrameBodyTMCL(byte textEncoding,
List<Pair> pairs)
Construct from a set of pairs
|
Copyright © 2005–2020 jthink.net. All rights reserved.