|
|||||||||||
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.EQUAID3V2Frame
Nested Class Summary | |
class |
EQUAID3V2Frame.Adjustment
Adjustment details for specific frequencies in EQUA frame. |
Constructor Summary | |
EQUAID3V2Frame(byte byAdjustmentBits)
Constructor. |
|
EQUAID3V2Frame(java.io.InputStream oIS)
|
Method Summary | |
void |
accept(ID3Visitor oID3Visitor)
Accept a visitor. |
boolean |
equals(java.lang.Object oOther)
|
EQUAID3V2Frame.Adjustment |
getAdjustment(int iFrequency)
Get the currently set adjustment for a given frequency. |
byte |
getAdjustmentBits()
Get the number of bits of precision for each adjustment. |
EQUAID3V2Frame.Adjustment[] |
getAdjustments()
Get all adjustments which have been set. |
protected byte[] |
getFrameId()
Get the four bytes which uniquely specify of which type this frame is. |
EQUAID3V2Frame.Adjustment |
removeAdjustment(int iFrequency)
Remove an existing adjustment. |
void |
setAdjustment(EQUAID3V2Frame.Adjustment oAdjustment)
Set an adjustment for a given frequency. |
void |
setAdjustmentBits(byte byAdjustmentBits)
Set the number of bits of precision for each adjustment. |
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 EQUAID3V2Frame(byte byAdjustmentBits)
byAdjustmentBits
- the number of bits of precision each adjustment containspublic EQUAID3V2Frame(java.io.InputStream oIS) throws ID3Exception
Method Detail |
public void accept(ID3Visitor oID3Visitor)
ID3Visitable
oID3Visitor
- a visitor of this objectpublic void setAdjustmentBits(byte byAdjustmentBits)
byAdjustmentBits
- the number of bits of precisionpublic byte getAdjustmentBits()
public void setAdjustment(EQUAID3V2Frame.Adjustment oAdjustment)
oAdjustment
- the adjustment to be setpublic EQUAID3V2Frame.Adjustment getAdjustment(int iFrequency) throws ID3Exception
ID3Exception
- if the frequency specified is outside the range from 0-32767Hzpublic EQUAID3V2Frame.Adjustment removeAdjustment(int iFrequency) throws ID3Exception
iFrequency
- the frequency of the adjustment to remove
ID3Exception
- if the frequency specified is outside the range from 0-32767Hzpublic EQUAID3V2Frame.Adjustment[] getAdjustments()
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 |