public class FrameBodyWOAF extends AbstractFrameBodyUrlLink implements ID3v24FrameBody, ID3v23FrameBody
The 'Official audio file webpage' frame is a URL pointing at a file specific webpage.
For more details, please refer to the ID3 specifications:
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyWOAF()
Creates a new FrameBodyWOAF datatype.
|
FrameBodyWOAF(java.nio.ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyWOAF datatype.
|
FrameBodyWOAF(FrameBodyWOAF body) |
FrameBodyWOAF(java.lang.String urlLink)
Creates a new FrameBodyWOAF datatype.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIdentifier()
The ID3v2 frame identifier
|
getUrlLink, getUserFriendlyValue, setupObjectList, setUrlLink, write
createStructure, equals, getSize, read, setSize, setSize
getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getTextEncoding, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding, toString
public FrameBodyWOAF()
public FrameBodyWOAF(java.lang.String urlLink)
urlLink
- public FrameBodyWOAF(FrameBodyWOAF body)
public FrameBodyWOAF(java.nio.ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- InvalidTagException
public java.lang.String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
Copyright © 2005-2013 java.net. All Rights Reserved.