FileDocCategorySizeDatePackage
FrameBodyTSOC.javaAPI DocJaudiotagger 2.0.41303Wed Mar 30 16:12:02 BST 2011org.jaudiotagger.tag.id3.framebody

FrameBodyTSOC

public class FrameBodyTSOC extends AbstractFrameBodyTextInfo implements ID3v24FrameBody, ID3v23FrameBody
Composer Sort name (iTunes Only)

Fields Summary
Constructors Summary
public FrameBodyTSOC()
Creates a new FrameBodyTSOC datatype.

    
public FrameBodyTSOC(FrameBodyTSOC body)

        super(body);
    
public FrameBodyTSOC(byte textEncoding, String text)
Creates a new FrameBodyTSOA datatype.

param
textEncoding
param
text

        super(textEncoding, text);
    
public FrameBodyTSOC(ByteBuffer byteBuffer, int frameSize)
Creates a new FrameBodyTSOA datatype.

param
byteBuffer
param
frameSize
throws
InvalidTagException

        super(byteBuffer, frameSize);
    
Methods Summary
public java.lang.StringgetIdentifier()
The ID3v2 frame identifier

return
the ID3v2 frame identifier for this frame type

        return ID3v24Frames.FRAME_ID_COMPOSER_SORT_ORDER_ITUNES;