FrameBodyXSOTpublic class FrameBodyXSOT extends AbstractFrameBodyTextInfo implements ID3v23FrameBodyTitle Sort name, this is what MusicBrainz uses in ID3v23 because TSOT not supported.
However iTunes uses TSOT even in ID3v23, so we have two possible options |
Constructors Summary |
---|
public FrameBodyXSOT()Creates a new FrameBodyTSOT datatype.
| public FrameBodyXSOT(FrameBodyXSOT body)
super(body);
| public FrameBodyXSOT(byte textEncoding, String text)Creates a new FrameBodyTSOT datatype.
super(textEncoding, text);
| public FrameBodyXSOT(ByteBuffer byteBuffer, int frameSize)Creates a new FrameBodyTSOT datatype.
super(byteBuffer, frameSize);
|
Methods Summary |
---|
public java.lang.String | getIdentifier()The ID3v2 frame identifier
return ID3v23Frames.FRAME_ID_V3_TITLE_SORT_ORDER_MUSICBRAINZ;
|
|