|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.blinkenlights.jid3.v2.ID3V2Frame
org.blinkenlights.jid3.v2.POSSID3V2Frame
Frame containing position synchronization information.
Nested Class Summary | |
static class |
POSSID3V2Frame.TimestampFormat
Timestamp format. |
Constructor Summary | |
POSSID3V2Frame(java.io.InputStream oIS)
|
|
POSSID3V2Frame(POSSID3V2Frame.TimestampFormat oTimestampFormat,
int iPosition)
Creates a new instance of POSSID3V2Frame. |
Method Summary | |
void |
accept(ID3Visitor oID3Visitor)
Accept a visitor. |
boolean |
equals(java.lang.Object oOther)
|
protected byte[] |
getFrameId()
Get the four bytes which uniquely specify of which type this frame is. |
int |
getPosition()
Get the position of the start of this track. |
POSSID3V2Frame.TimestampFormat |
getTimestampFormat()
Get the timestamp format. |
void |
setPositionSynchronizationValue(POSSID3V2Frame.TimestampFormat oTimestampFormat,
int iPosition)
Set position synchronization values for this frame. |
java.lang.String |
toString()
Represent the contents of this frame as a string. |
protected void |
writeBody(ID3DataOutputStream oIDOS)
Write the body of the frame to an ID3 data output stream. |
Methods inherited from class org.blinkenlights.jid3.v2.ID3V2Frame |
addID3Observer, getEncryptionMethod, isEncrypted, notifyID3Observers, removeID3Observer, setCompressionFlag, setEncryption, setFileAlterPreservationFlag, setGroupingIdentityFlag, setReadOnlyFlag, setTagAlterPreservationFlag, write, writeHeader |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public POSSID3V2Frame(POSSID3V2Frame.TimestampFormat oTimestampFormat, int iPosition) throws ID3Exception
oTimestampFormat
- the format for timestamps, whether by millisecond or frame countiPosition
- the position in the full recording/broadcast, of the first frame in this stream
ID3Exception
- if oTimestampFormat is null, or if the position value is negativepublic POSSID3V2Frame(java.io.InputStream oIS) throws ID3Exception
Method Detail |
public void accept(ID3Visitor oID3Visitor)
ID3Visitable
oID3Visitor
- a visitor of this objectpublic void setPositionSynchronizationValue(POSSID3V2Frame.TimestampFormat oTimestampFormat, int iPosition) throws ID3Exception
oTimestampFormat
- the format for timestamps, whether by millisecond or frame countiPosition
- the position in the full recording/broadcast, of the first frame in this stream
ID3Exception
- if oTimestampFormat is null, or if the position value is negativepublic POSSID3V2Frame.TimestampFormat getTimestampFormat()
public int getPosition()
protected byte[] getFrameId()
ID3V2Frame
getFrameId
in class ID3V2Frame
public java.lang.String toString()
ID3V2Frame
toString
in class ID3V2Frame
protected void writeBody(ID3DataOutputStream oIDOS) throws java.io.IOException
ID3V2Frame
writeBody
in class ID3V2Frame
oIDOS
- the output stream to write to
java.io.IOException
public boolean equals(java.lang.Object oOther)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |