|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.blinkenlights.jid3.v2.SYTCID3V2Frame.TempoChange
TempoChange class. This container class is used to hold a timestamp and bpm value pair.
Constructor Summary | |
SYTCID3V2Frame.TempoChange(int iBeatsPerMinute,
int iTimestamp)
Constructor. |
Method Summary | |
int |
getBeatsPerMinute()
Get the number of beats per minute. |
int |
getTimestamp()
Get the timestamp. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SYTCID3V2Frame.TempoChange(int iBeatsPerMinute, int iTimestamp) throws ID3Exception
iBeatsPerMinute
- the number of beats per minute (0 = beat free, 1 = single beat stroke followed by beat free period)
ID3Exception
- if beats per minute is outside range from 0-510, or if timestamp is negativeMethod Detail |
public int getBeatsPerMinute()
public int getTimestamp()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |