|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.farng.mp3.AbstractMP3FileItem org.farng.mp3.AbstractMP3FragmentBody org.farng.mp3.id3.AbstractID3v2FrameBody org.farng.mp3.id3.FrameBodyEQU2
This is another subjective, alignment frame. It allows the user to
<Header of 'Equalisation (2)', ID: "EQU2">
The 'interpolation method' describes which method is preferred when
$00 Band
No
interpolation is made. A jump from one adjustment level to
The 'identification' string is used to identify the situation and/or
Frequency $xx xx
Volume adjustment $xx xx
The frequency is stored in units of 1/2 Hz, giving it a range from 0
to 32767
Hz.
The volume adjustment is encoded as a fixed point decibel value, 16
bit signed
integer representing (adjustment*512), giving +/- 64 dB
with a precision of 0.001953125 dB. E.g. +2
dB is stored as $04 00
Adjustment points should be ordered by frequency and one frequency
should only be
described once in the frame.
Constructor Summary | |
FrameBodyEQU2()
Creates a new FrameBodyEQU2 object. |
|
FrameBodyEQU2(byte interpolationMethod,
java.lang.String owner,
short frequency,
short volumeAdjustment)
Creates a new FrameBodyEQU2 object. |
|
FrameBodyEQU2(FrameBodyEQU2 body)
Creates a new FrameBodyEQU2 object. |
|
FrameBodyEQU2(java.io.RandomAccessFile file)
Creates a new FrameBodyEQU2 object. |
Method Summary | |
void |
addGroup(short frequency,
short volumeAdjustment)
|
java.lang.String |
getIdentifier()
ID string that usually corresponds to the class name, but can be displayed to the user. |
java.lang.String |
getOwner()
|
void |
getOwner(java.lang.String description)
|
protected void |
setupObjectList()
Create the order of MP3Object objects that this body expects. |
Methods inherited from class org.farng.mp3.id3.AbstractID3v2FrameBody |
equals, readHeader, writeHeader |
Methods inherited from class org.farng.mp3.AbstractMP3FragmentBody |
appendToObjectList, getBriefDescription, getDescription, getObject, getObjectListIterator, getSize, has6ByteHeader, isSubsetOf, iterator, read, setObject, toString, write |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FrameBodyEQU2()
public FrameBodyEQU2(FrameBodyEQU2 body)
public FrameBodyEQU2(byte interpolationMethod, java.lang.String owner, short frequency, short volumeAdjustment)
public FrameBodyEQU2(java.io.RandomAccessFile file) throws java.io.IOException, InvalidTagException
Method Detail |
public java.lang.String getIdentifier()
AbstractMP3FileItem
getIdentifier
in class AbstractMP3FileItem
public java.lang.String getOwner()
public void getOwner(java.lang.String description)
public void addGroup(short frequency, short volumeAdjustment)
protected void setupObjectList()
AbstractMP3FragmentBody
MP3Object
objects that this body expects. This method needs to be overwritten.
setupObjectList
in class AbstractMP3FragmentBody
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |