Gets the flag that tells the software what to do with this frame if it is unknown and the tag is altered in any way. This applies to all kinds of alterations, including adding more padding and reordering the frames.
Returns:
boolean - The flag that tells the software what to do with this frame if it is unknown and the tag is altered in any way.
getFileAlterPreservation()
public final boolean getFileAlterPreservation()
Gets the flag that tells the software what to do with this frame if it is unknown and the file, excluding the tag, is altered. This does not apply when the audio is completely replaced with other audio data.
Returns:
boolean - Gets the flag that tells the software what to do with this frame if it is unknown and the file, excluding the tag, is altered.
getReadOnly()
public final boolean getReadOnly()
Gets the tag that tells the software that the contents of this frame is intended to be read-only.
Returns:
boolean - The tag that tells the software that the contents of this frame is intended to be read-only.
getCompression()
public final boolean getCompression()
Gets a value indicating whether the frame is compressed.
Returns:
boolean - true , if the frame is compressed; otherwise, false.
getEncryption()
public final boolean getEncryption()
Gets a value indicating whether the frame is encrypted. If set one byte indicating with which method it was encrypted will be appended to the frame header.
Returns:
boolean - true , if the frame is encrypted; otherwise, false.
getGroupingIdentity()
public final boolean getGroupingIdentity()
Gets a value indicating whether the frame belongs to a group of frames. If set a group identifier byte is added to the frame header. Every frame with the same group identifier belongs to the same group.
Returns:
boolean - true , if the frame belongs to a group of frames; otherwise, false.
getUnsynchronisation()
public final boolean getUnsynchronisation()
Gets a value indicating whether unsynchronisation was applied to this frame.
Returns:
boolean - true , if unsynchronisation was applied to this frame; otherwise, false.
getDataLengthIndicator()
public final boolean getDataLengthIndicator()
Gets a value indicating whether a data length indicator has been added to the frame. The data length indicator is the value one would write as the ‘Frame length’ if all of the frame format flags were zeroed, represented as a 32 bit synchsafe integer.
Returns:
boolean - true , if a data length indicator has been added to the frame; otherwise, false.
equals(ID3V2TagFrameFlags other)
public final boolean equals(ID3V2TagFrameFlags other)
Indicates whether the current object is equal to another object of the same type.