public class ID3v2ChapterFrames extends ID3Frames
For more details, please refer to the ID3 Chapter Frame specifications:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FRAME_ID_CHAPTER |
static java.lang.String |
FRAME_ID_TABLE_OF_CONTENT |
private static ID3v2ChapterFrames |
id3v2ChapterFrames |
binaryFrames, commonFrames, convertv22Tov23, convertv23Tov22, convertv23Tov24, convertv24Tov23, discardIfFileAlteredFrames, extensionFrames, forcev22Tov23, forcev23Tov22, forcev23Tov24, forcev24Tov23, multipleFrames, supportedFrames
lkey
Modifier | Constructor and Description |
---|---|
private |
ID3v2ChapterFrames() |
Modifier and Type | Method and Description |
---|---|
static ID3v2ChapterFrames |
getInstanceOf() |
getSupportedFrames, isBinary, isCommon, isDiscardIfFileAltered, isExtensionFrames, isMultipleAllowed, isSupportedFrames
createMaps, getIdForValue, getValueForId
getAlphabeticalValueList, getIdToValueMap, getSize, getValueToIdMap
public static final java.lang.String FRAME_ID_CHAPTER
public static final java.lang.String FRAME_ID_TABLE_OF_CONTENT
private static ID3v2ChapterFrames id3v2ChapterFrames
public static ID3v2ChapterFrames getInstanceOf()
Copyright © 2005-2013 java.net. All Rights Reserved.