public class FrameBodyTIPL extends AbstractFrameBodyPairs implements ID3v24FrameBody
Modifier and Type | Field and Description |
---|---|
static String |
ARRANGER |
static String |
DJMIXER |
static String |
ENGINEER |
static String |
MIXER |
static String |
PRODUCER |
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyTIPL()
Creates a new FrameBodyTIPL datatype.
|
FrameBodyTIPL(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyTIPL data type.
|
FrameBodyTIPL(byte textEncoding,
List<Pair> pairs)
Construct from a set of pairs
|
FrameBodyTIPL(byte textEncoding,
String text)
Creates a new FrameBodyTIPL data type.
|
FrameBodyTIPL(FrameBodyIPLS body)
Convert from V3 to V4 Frame
|
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier()
The ID3v2 frame identifier
|
addPair, addPair, getKeyAtIndex, getNumberOfPairs, getPairing, getText, getUserFriendlyValue, getValueAtIndex, resetPairs, setText, setupObjectList, write
createStructure, equals, getSize, read, setSize, setSize
getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getTextEncoding, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding, toString
public static final String ENGINEER
public static final String MIXER
public static final String DJMIXER
public static final String PRODUCER
public static final String ARRANGER
public FrameBodyTIPL()
public FrameBodyTIPL(byte textEncoding, String text)
textEncoding
- text
- public FrameBodyTIPL(ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- InvalidTagException
public FrameBodyTIPL(FrameBodyIPLS body)
body
- public String getIdentifier()
getIdentifier
in class AbstractFrameBodyPairs
Copyright © 2005–2020 jthink.net. All rights reserved.