|
|||||||||||
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.SYTCID3V2Frame
Frame containing synchronized tempo codes.
Nested Class Summary | |
static class |
SYTCID3V2Frame.TempoChange
TempoChange class. |
static class |
SYTCID3V2Frame.TimestampFormat
Timestamp format. |
Constructor Summary | |
SYTCID3V2Frame(java.io.InputStream oIS)
|
|
SYTCID3V2Frame(SYTCID3V2Frame.TimestampFormat oTimestampFormat)
Creates a new instance of SYTCID3V2Frame. |
Method Summary | |
void |
accept(ID3Visitor oID3Visitor)
Accept a visitor. |
void |
addTempoChange(SYTCID3V2Frame.TempoChange oTempoChange)
Add a tempo change to the frame. |
boolean |
equals(java.lang.Object oOther)
|
protected byte[] |
getFrameId()
Get the four bytes which uniquely specify of which type this frame is. |
SYTCID3V2Frame.TempoChange |
getTempoChange(int iTimestamp)
Get a tempo change from this frame. |
SYTCID3V2Frame.TempoChange |
removeTempoChange(int iTimestamp)
Remove a tempo change from 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 SYTCID3V2Frame(SYTCID3V2Frame.TimestampFormat oTimestampFormat) throws ID3Exception
oTimestampFormat
- the timestamp format used in this frame
ID3Exception
- if oTimestampFormat is nullpublic SYTCID3V2Frame(java.io.InputStream oIS) throws ID3Exception
Method Detail |
public void accept(ID3Visitor oID3Visitor)
ID3Visitable
oID3Visitor
- a visitor of this objectpublic void addTempoChange(SYTCID3V2Frame.TempoChange oTempoChange) throws ID3Exception
oTempoChange
- the tempo change to be added to this frame
ID3Exception
- if oTempoChange is null, or if a sync entry for this timestamp already exists in this framepublic SYTCID3V2Frame.TempoChange getTempoChange(int iTimestamp)
iTimestamp
- the timestamp for which the sync entry should be returned
public SYTCID3V2Frame.TempoChange removeTempoChange(int iTimestamp)
iTimestamp
- the timestamp for which the tempo change is to be removed
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 |