public class FrameBodyTENC extends AbstractFrameBodyTextInfo implements ID3v24FrameBody, ID3v23FrameBody
The 'Encoded by' frame contains the name of the person or organisation that encoded the audio file. This field may contain a copyright message, if the audio file also is copyrighted by the encoder.
For more details, please refer to the ID3 specifications:
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyTENC()
Creates a new FrameBodyTENC dataType.
|
FrameBodyTENC(java.nio.ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyTENC dataType.
|
FrameBodyTENC(byte textEncoding,
java.lang.String text)
Creates a new FrameBodyTENC dataType.
|
FrameBodyTENC(FrameBodyTENC body) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIdentifier()
The ID3v2 frame identifier
|
addTextValue, getFirstTextValue, getNumberOfValues, getText, getTextWithoutTrailingNulls, getUserFriendlyValue, getValueAtIndex, getValues, setText, setupObjectList, write
createStructure, equals, getSize, read, setSize, setSize
getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getTextEncoding, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding, toString
public FrameBodyTENC()
public FrameBodyTENC(FrameBodyTENC body)
public FrameBodyTENC(byte textEncoding, java.lang.String text)
textEncoding
- text
- public FrameBodyTENC(java.nio.ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- java.io.IOException
InvalidTagException
public java.lang.String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
Copyright © 2005-2013 java.net. All Rights Reserved.