Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.12 KB

Id3v2TagHeaderFlags.md

File metadata and controls

56 lines (31 loc) · 1.12 KB

node-taglib-sharp / Exports / Id3v2TagHeaderFlags

Enumeration: Id3v2TagHeaderFlags

Indicates the flags applied to a Id3v2TagHeader object.

Table of contents

Enumeration Members

Enumeration Members

ExperimentalIndicator

ExperimentalIndicator = 32

The tag described by the header is experimental.


ExtendedHeader

ExtendedHeader = 64

The tag described by the header contains an extended header.


FooterPresent

FooterPresent = 16

The tag described by the header contains a footer.


None

None = 0

The header contains no flags.


Unsynchronization

Unsynchronization = 128

The tag described by the header has been unsynchronized using the ID3v2 unsynchronization scheme.