public class ID3v24Frame.StatusFlags extends AbstractID3v2Frame.StatusFlags
Modifier and Type | Field and Description |
---|---|
static int |
MASK_FILE_ALTER_PRESERVATION
Discard frame if audio part of file altered
|
static int |
MASK_READ_ONLY
Frame tagged as read only
|
static int |
MASK_TAG_ALTER_PRESERVATION
Discard frame if tag altered
|
static String |
TYPE_FILEALTERPRESERVATION |
static String |
TYPE_READONLY |
static String |
TYPE_TAGALTERPRESERVATION |
originalFlags, TYPE_FLAGS, writeFlags
Modifier and Type | Method and Description |
---|---|
void |
createStructure() |
protected void |
modifyFlags()
Makes modifications to flags based on specification and frameid
|
equals, getOriginalFlags, getWriteFlags
public static final String TYPE_TAGALTERPRESERVATION
public static final String TYPE_FILEALTERPRESERVATION
public static final String TYPE_READONLY
public static final int MASK_TAG_ALTER_PRESERVATION
public static final int MASK_FILE_ALTER_PRESERVATION
public static final int MASK_READ_ONLY
protected void modifyFlags()
public void createStructure()
createStructure
in class AbstractID3v2Frame.StatusFlags
Copyright © 2005–2020 jthink.net. All rights reserved.