public class FrameBodyTRSN extends AbstractFrameBodyTextInfo implements ID3v23FrameBody, ID3v24FrameBody
The 'Internet radio station name' frame contains the name of the internet radio station from which the audio is streamed.
For more details, please refer to the ID3 specifications:
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyTRSN()
Creates a new FrameBodyTRSN datatype.
|
FrameBodyTRSN(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyTRSN datatype.
|
FrameBodyTRSN(byte textEncoding,
String text)
Creates a new FrameBodyTRSN datatype.
|
FrameBodyTRSN(FrameBodyTRSN body) |
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier()
The ID3v2 frame identifier
|
addTextValue, getFirstTextValue, getNumberOfValues, getText, getTextWithoutTrailingNulls, getUserFriendlyValue, getValueAtIndex, getValues, setText, setupObjectList, write
createStructure, equals, getSize, read, setSize, setSize
getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getTextEncoding, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding, toString
public FrameBodyTRSN()
public FrameBodyTRSN(FrameBodyTRSN body)
public FrameBodyTRSN(byte textEncoding, String text)
textEncoding
- text
- public FrameBodyTRSN(ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- IOException
InvalidTagException
public String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
Copyright © 2005–2020 jthink.net. All rights reserved.