|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.blinkenlights.jid3.v2.EQUAID3V2Frame.Adjustment
Adjustment details for specific frequencies in EQUA frame.
Constructor Summary | |
EQUAID3V2Frame.Adjustment(boolean bIncrement,
int iFrequency,
byte[] abyAdjustment)
Constructor. |
Method Summary | |
boolean |
equals(java.lang.Object oOther)
|
byte[] |
getAdjustment()
Get the frequency adjustment bytes. |
int |
getFrequency()
Get the frequency to be adjusted. |
boolean |
isDecrement()
Check if this adjustment is a volume decrease. |
boolean |
isIncrement()
Check if this adjustment is a volume boost. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EQUAID3V2Frame.Adjustment(boolean bIncrement, int iFrequency, byte[] abyAdjustment) throws ID3Exception
bIncrement
- true if this adjustment is a volume boost, false otherwiseiFrequency
- the frequency to be adjusted (0-32767Hz)abyAdjustment
- the adjustment bytes (note the number of bits must correspond to the adjustment
bits precision set for this frame, although the format for this frame is otherwise undefined)
ID3Exception
- if the frequency specified is not in the valid range
ID3Exception
- if the adjustment bytes are not providedMethod Detail |
public boolean isIncrement()
public boolean isDecrement()
public int getFrequency()
public byte[] getAdjustment()
public boolean equals(java.lang.Object oOther)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |