public class FrameBodyWOAR extends AbstractFrameBodyUrlLink implements ID3v24FrameBody, ID3v23FrameBody
The 'Official artist/performer webpage' frame is a URL pointing at the artists official webpage. There may be more than one "WOAR" frame in a tag if the audio contains more than one performer, but not with the same content.
For more details, please refer to the ID3 specifications:
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyWOAR()
Creates a new FrameBodyWOAR datatype.
|
FrameBodyWOAR(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyWOAR datatype.
|
FrameBodyWOAR(FrameBodyWOAR body) |
FrameBodyWOAR(String urlLink)
Creates a new FrameBodyWOAR datatype.
|
Modifier and Type | Method and Description |
---|---|
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 FrameBodyWOAR()
public FrameBodyWOAR(String urlLink)
urlLink
- public FrameBodyWOAR(FrameBodyWOAR body)
public FrameBodyWOAR(ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- InvalidTagException
public String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
Copyright © 2005–2020 jthink.net. All rights reserved.