public class FrameBodyWCOM extends AbstractFrameBodyUrlLink implements ID3v24FrameBody, ID3v23FrameBody
The 'Commercial information' frame is a URL pointing at a webpage with information such as where the album can be bought. There may be more than one "WCOM" frame in a tag, but not with the same content.
For more details, please refer to the ID3 specifications:
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyWCOM()
Creates a new FrameBodyWCOM datatype.
|
FrameBodyWCOM(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyWCOM datatype.
|
FrameBodyWCOM(FrameBodyWCOM body) |
FrameBodyWCOM(String urlLink)
Creates a new FrameBodyWCOM 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 FrameBodyWCOM()
public FrameBodyWCOM(String urlLink)
urlLink
- public FrameBodyWCOM(FrameBodyWCOM body)
public FrameBodyWCOM(ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- InvalidTagException
public String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
Copyright © 2005–2020 jthink.net. All rights reserved.