public class FrameBodyTORY extends AbstractFrameBodyTextInfo implements ID3v23FrameBody
The 'Original release year' frame is intended for the year when the original recording, if for example the music in the file should be a cover of a previously released song, was released. The field is formatted as in the "TYER" frame.
For more details, please refer to the ID3 specifications:
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyTORY()
Creates a new FrameBodyTORY datatype.
|
FrameBodyTORY(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyTORY datatype.
|
FrameBodyTORY(byte textEncoding,
String text)
Creates a new FrameBodyTORY datatype.
|
FrameBodyTORY(FrameBodyTDOR body)
When converting v4 TDOR to v3 TORY frame
|
FrameBodyTORY(FrameBodyTORY body) |
Modifier and Type | Method and Description |
---|---|
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 FrameBodyTORY()
public FrameBodyTORY(FrameBodyTORY body)
public FrameBodyTORY(byte textEncoding, String text)
textEncoding
- text
- public FrameBodyTORY(FrameBodyTDOR body)
body
- public FrameBodyTORY(ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- InvalidTagException
public String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
Copyright © 2005–2020 jthink.net. All rights reserved.