|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jaudiotagger.tag.id3.AbstractTagItem
org.jaudiotagger.tag.id3.AbstractTagFrameBody
org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
org.jaudiotagger.tag.id3.framebody.FrameBodyRVAD
public class FrameBodyRVAD
Relative volume adjustment frame.
Only partially implemented.
| Field Summary |
|---|
| Fields inherited from class org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody |
|---|
TYPE_BODY |
| Fields inherited from class org.jaudiotagger.tag.id3.AbstractTagFrameBody |
|---|
objectList |
| Fields inherited from class org.jaudiotagger.tag.id3.AbstractTagItem |
|---|
logger |
| Constructor Summary | |
|---|---|
FrameBodyRVAD()
Creates a new FrameBodyRVAD datatype. |
|
FrameBodyRVAD(java.nio.ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyRVAD datatype. |
|
FrameBodyRVAD(FrameBodyRVA2 body)
Convert from V4 to V3 Frame |
|
FrameBodyRVAD(FrameBodyRVAD copyObject)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
This method is not yet supported. |
java.lang.String |
getIdentifier()
The ID3v2 frame identifier |
protected void |
setupObjectList()
Setup the Object List. |
| Methods inherited from class org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody |
|---|
createStructure, getSize, read, setSize, setSize, write |
| Methods inherited from class org.jaudiotagger.tag.id3.AbstractTagFrameBody |
|---|
getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getTextEncoding, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FrameBodyRVAD()
public FrameBodyRVAD(FrameBodyRVAD copyObject)
public FrameBodyRVAD(FrameBodyRVA2 body)
body -
public FrameBodyRVAD(java.nio.ByteBuffer byteBuffer,
int frameSize)
throws InvalidTagException
byteBuffer - frameSize -
InvalidTagException - if unable to create framebody from buffer| Method Detail |
|---|
public java.lang.String getIdentifier()
getIdentifier in class AbstractID3v2FrameBodypublic boolean equals(java.lang.Object obj)
equals in class AbstractID3v2FrameBodyobj - datatype to determine equality of
MP3Object array
list equals the argument.
java.lang.UnsupportedOperationException - This method is not yet
supportedprotected void setupObjectList()
setupObjectList in class AbstractTagFrameBody
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||