The 'Size' frame contains the size of the audiofile in bytes, excluding the ID3v2 tag, represented as a numeric string.
For more details, please refer to the ID3 specifications:
Creates a new FrameBodyTSIZ datatype.
super(body);
Creates a new FrameBodyTSIZ datatype.paramtextEncodingparamtext super(textEncoding, text);
super(textEncoding, text);
Creates a new FrameBodyTSIZ datatype.parambyteBufferparamframeSizethrowsInvalidTagException super(byteBuffer, frameSize);
super(byteBuffer, frameSize);
The ID3v2 frame identifierreturnthe ID3v2 frame identifier for this frame type return ID3v23Frames.FRAME_ID_V3_TSIZ;
return ID3v23Frames.FRAME_ID_V3_TSIZ;