FrameBodyTRSOpublic class FrameBodyTRSO extends AbstractFrameBodyTextInfo implements ID3v24FrameBody, ID3v23FrameBodyInternet radio station owner Text information frame.
The 'Internet radio station owner' frame contains the name of the owner of the internet radio station from which the audio is streamed.
For more details, please refer to the ID3 specifications:
|
Constructors Summary |
---|
public FrameBodyTRSO()Creates a new FrameBodyTRSO datatype.
| public FrameBodyTRSO(FrameBodyTRSO body)
super(body);
| public FrameBodyTRSO(byte textEncoding, String text)Creates a new FrameBodyTRSO datatype.
super(textEncoding, text);
| public FrameBodyTRSO(ByteBuffer byteBuffer, int frameSize)Creates a new FrameBodyTRSO datatype.
super(byteBuffer, frameSize);
|
Methods Summary |
---|
public java.lang.String | getIdentifier()The ID3v2 frame identifier
return ID3v24Frames.FRAME_ID_RADIO_OWNER;
|
|