node-taglib-sharp / Exports / Id3v2FrameFlags
Indicates the flags applied to a Id3v2FrameHeader object.
- Compression
- DataLengthIndicator
- Encryption
- FileAlterPreservation
- GroupingIdentity
- None
- ReadOnly
- TagAlterPreservation
- Unsynchronized
• Compression = 8
Frame data is compressed.
• DataLengthIndicator = 1
Frame has a data length indicator.
• Encryption = 4
Frame data is encrypted.
• FileAlterPreservation = 8192
Frame is to be deleted if the file is altered.
• GroupingIdentity = 64
Frame has a grouping identity.
• None = 0
Header contains no flags.
• ReadOnly = 4096
Frame is read-only and should not be altered.
• TagAlterPreservation = 16384
Frame is to be deleted if the tag is altered.
• Unsynchronized = 2
Frame data has been unsynchronized using the ID3v2 unsynchronization scheme.