public class FrameBodyPOSS extends AbstractID3v2FrameBody implements ID3v24FrameBody, ID3v23FrameBody
<Head for 'Position synchronisation', ID: "POSS"> | |
Time stamp format | $xx |
Position | $xx (xx ...) |
$01 Absolute time, 32 bit sized, using MPEG frames as unit
$02 Absolute time, 32 bit sized, using milliseconds as unit
and position is where in the audio the listener starts to receive, i.e. the beginning of the next frame. If this frame is used in the beginning of a file the value is always 0. There may only be one "POSS" frame in each tag.
For more details, please refer to the ID3 specifications:
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyPOSS()
Creates a new FrameBodyPOSS datatype.
|
FrameBodyPOSS(java.nio.ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyPOSS datatype.
|
FrameBodyPOSS(byte timeStampFormat,
long position)
Creates a new FrameBodyPOSS datatype.
|
FrameBodyPOSS(FrameBodyPOSS body) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIdentifier()
The ID3v2 frame identifier
|
protected void |
setupObjectList()
Create the list of Datatypes that this body
expects in the correct order This method needs to be implemented by concrete subclasses
|
createStructure, equals, getSize, read, setSize, setSize, write
getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getTextEncoding, getUserFriendlyValue, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding, toString
public FrameBodyPOSS()
public FrameBodyPOSS(FrameBodyPOSS body)
public FrameBodyPOSS(byte timeStampFormat, long position)
timeStampFormat
- position
- public FrameBodyPOSS(java.nio.ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- InvalidTagException
- if unable to create framebody from bufferpublic java.lang.String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
protected void setupObjectList()
AbstractTagFrameBody
setupObjectList
in class AbstractTagFrameBody
Copyright © 2005-2013 java.net. All Rights Reserved.