org.jaudiotagger.tag.id3
Class ID3v2ChapterFrames
java.lang.Object
org.jaudiotagger.tag.datatype.AbstractValuePair
org.jaudiotagger.tag.datatype.AbstractStringStringValuePair
org.jaudiotagger.tag.id3.ID3Frames
org.jaudiotagger.tag.id3.ID3v2ChapterFrames
public class ID3v2ChapterFrames
- extends ID3Frames
Defines ID3 Chapter frames and collections that categorise frames.
For more details, please refer to the ID3 Chapter Frame specifications:
- Version:
- $Id: ID3v2ChapterFrames.java,v 1.2 2007/06/27 11:49:23 paultaylor Exp $
- Author:
- Marc Gimpel, Horizon Wimba S.A.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FRAME_ID_CHAPTER
public static final java.lang.String FRAME_ID_CHAPTER
- See Also:
- Constant Field Values
FRAME_ID_TABLE_OF_CONTENT
public static final java.lang.String FRAME_ID_TABLE_OF_CONTENT
- See Also:
- Constant Field Values
getInstanceOf
public static ID3v2ChapterFrames getInstanceOf()