org.jaudiotagger.tag.id3.framebody
Class FrameBodyTRCK
java.lang.Object
org.jaudiotagger.tag.id3.AbstractTagItem
org.jaudiotagger.tag.id3.AbstractTagFrameBody
org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyTextInfo
org.jaudiotagger.tag.id3.framebody.FrameBodyTRCK
- All Implemented Interfaces:
- ID3v23FrameBody, ID3v24FrameBody
public class FrameBodyTRCK
- extends AbstractFrameBodyTextInfo
- implements ID3v23FrameBody, ID3v24FrameBody
Track number/Position in set Text information frame.
The 'Track number/Position in set' frame is a numeric string containing the order number of the audio-file on its original recording. This may be extended with a "/" character and a numeric string containing the total numer of tracks/elements on the original recording. E.g. "4/9".
For more details, please refer to the ID3 specifications:
- Version:
- $Id: FrameBodyTRCK.java,v 1.9 2006/08/25 15:35:26 paultaylor Exp $
- Author:
- : Paul Taylor, : Eric Farng
Method Summary |
java.lang.String |
getIdentifier()
The ID3v2 frame identifier |
Methods inherited from class org.jaudiotagger.tag.id3.AbstractTagFrameBody |
getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getTextEncoding, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding, toString |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
FrameBodyTRCK
public FrameBodyTRCK()
- Creates a new FrameBodyTRCK datatype.
FrameBodyTRCK
public FrameBodyTRCK(FrameBodyTRCK body)
FrameBodyTRCK
public FrameBodyTRCK(byte textEncoding,
java.lang.String text)
- Creates a new FrameBodyTRCK datatype.
- Parameters:
textEncoding
- text
-
FrameBodyTRCK
public FrameBodyTRCK(java.nio.ByteBuffer byteBuffer,
int frameSize)
throws InvalidTagException
- Creates a new FrameBodyTRCK datatype.
- Throws:
java.io.IOException
InvalidTagException
getIdentifier
public java.lang.String getIdentifier()
- The ID3v2 frame identifier
- Specified by:
getIdentifier
in class AbstractID3v2FrameBody
- Returns:
- the ID3v2 frame identifier for this frame type