Enumeration: ReadStyle

November 25, 2024 · View on GitHub

node-taglib-sharp / Exports / ReadStyle

Enumeration: ReadStyle

Specifies the options to use when reading the media. Can be treated as flags.

Table of contents

Enumeration Members

Enumeration Members

Average

Average = 2

The media properties will be read with average accuracy.


None

None = 0

The media properties will not be read.


PictureLazy

PictureLazy = 4

Use the PictureLazy class in the property pictures. This will avoid loading picture content when reading the tag. Picture will be read lazily, when the picture content is accessed.