Skip to content

Latest commit

 

History

History
91 lines (50 loc) · 1.6 KB

Id3v2FrameFlags.md

File metadata and controls

91 lines (50 loc) · 1.6 KB

node-taglib-sharp / Exports / Id3v2FrameFlags

Enumeration: Id3v2FrameFlags

Indicates the flags applied to a Id3v2FrameHeader object.

Table of contents

Enumeration Members

Enumeration Members

Compression

Compression = 8

Frame data is compressed.


DataLengthIndicator

DataLengthIndicator = 1

Frame has a data length indicator.


Encryption

Encryption = 4

Frame data is encrypted.


FileAlterPreservation

FileAlterPreservation = 8192

Frame is to be deleted if the file is altered.


GroupingIdentity

GroupingIdentity = 64

Frame has a grouping identity.


None

None = 0

Header contains no flags.


ReadOnly

ReadOnly = 4096

Frame is read-only and should not be altered.


TagAlterPreservation

TagAlterPreservation = 16384

Frame is to be deleted if the tag is altered.


Unsynchronized

Unsynchronized = 2

Frame data has been unsynchronized using the ID3v2 unsynchronization scheme.