node-taglib-sharp / Exports / Id3v2TagHeaderFlags
Indicates the flags applied to a Id3v2TagHeader object.
• ExperimentalIndicator = 32
The tag described by the header is experimental.
• ExtendedHeader = 64
The tag described by the header contains an extended header.
• FooterPresent = 16
The tag described by the header contains a footer.
• None = 0
The header contains no flags.
• Unsynchronization = 128
The tag described by the header has been unsynchronized using the ID3v2 unsynchronization scheme.