public class ID3v2ChapterFrames extends ID3Frames
For more details, please refer to the ID3 Chapter Frame specifications:
Modifier and Type | Field and Description |
---|---|
static String |
FRAME_ID_CHAPTER |
static String |
FRAME_ID_TABLE_OF_CONTENT |
binaryFrames, commonFrames, convertv22Tov23, convertv23Tov22, convertv23Tov24, convertv24Tov23, discardIfFileAlteredFrames, extensionFrames, forcev22Tov23, forcev23Tov22, forcev23Tov24, forcev24Tov23, multipleFrames, supportedFrames
lkey
Modifier and Type | Method and Description |
---|---|
static ID3v2ChapterFrames |
getInstanceOf() |
void |
setITunes12_6WorkGroupingMode(boolean id3v2ITunes12_6Mode)
Allows setting of a special iTunes 12.6 mode, where
FieldKey.GROUPING is mapped to the
non-standard frame GPP1 and FieldKey.WORK
to TIT1 instead of the regular mapping
(GROUPING -> TIT1, WORK -> TXXX:WORK ). |
getSupportedFrames, isBinary, isCommon, isDiscardIfFileAltered, isExtensionFrames, isMultipleAllowed, isSupportedFrames
createMaps, getIdForValue, getValueForId
getAlphabeticalValueList, getIdToValueMap, getSize, getValueToIdMap
public static final String FRAME_ID_CHAPTER
public static final String FRAME_ID_TABLE_OF_CONTENT
public static ID3v2ChapterFrames getInstanceOf()
public void setITunes12_6WorkGroupingMode(boolean id3v2ITunes12_6Mode)
ID3Frames
Allows setting of a special iTunes 12.6 mode, where
FieldKey.GROUPING
is mapped to the
non-standard frame GPP1
and FieldKey.WORK
to TIT1
instead of the regular mapping
(GROUPING -> TIT1, WORK -> TXXX:WORK
).
This method is called internally by TagOptionSingleton.setId3v2ITunes12_6WorkGroupingMode(boolean)
and should not be called by framework users directly.
setITunes12_6WorkGroupingMode
in class ID3Frames
id3v2ITunes12_6Mode
- true or falseCopyright © 2005–2020 jthink.net. All rights reserved.