org.jaudiotagger.tag.id3.framebody
Class FrameBodyRVAD
java.lang.Object
org.jaudiotagger.tag.id3.AbstractTagItem
org.jaudiotagger.tag.id3.AbstractTagFrameBody
org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
org.jaudiotagger.tag.id3.framebody.FrameBodyRVAD
- All Implemented Interfaces:
- ID3v23FrameBody
public class FrameBodyRVAD
- extends AbstractID3v2FrameBody
- implements ID3v23FrameBody
Relative volume adjustment frame.
Only partially implemented.
- Version:
- $Id: FrameBodyRVAD.java 857 2009-12-03 11:21:11Z paultaylor $
- Author:
- : Paul Taylor, : Eric Farng
Methods inherited from class org.jaudiotagger.tag.id3.AbstractTagFrameBody |
getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getTextEncoding, getUserFriendlyValue, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FrameBodyRVAD
public FrameBodyRVAD()
- Creates a new FrameBodyRVAD datatype.
FrameBodyRVAD
public FrameBodyRVAD(FrameBodyRVAD copyObject)
FrameBodyRVAD
public FrameBodyRVAD(FrameBodyRVA2 body)
- Convert from V4 to V3 Frame
- Parameters:
body
-
FrameBodyRVAD
public FrameBodyRVAD(java.nio.ByteBuffer byteBuffer,
int frameSize)
throws InvalidTagException
- Creates a new FrameBodyRVAD datatype.
- Parameters:
byteBuffer
- frameSize
-
- Throws:
InvalidTagException
- if unable to create framebody from buffer
getIdentifier
public java.lang.String getIdentifier()
- The ID3v2 frame identifier
- Specified by:
getIdentifier
in class AbstractID3v2FrameBody
- Returns:
- the ID3v2 frame identifier for this frame type
setupObjectList
protected void setupObjectList()
- Setup the Object List. A byte Array which will be read upto frame size
bytes.
- Specified by:
setupObjectList
in class AbstractTagFrameBody
Copyright © 2005-2010 java.net. All Rights Reserved.