Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 819 Bytes

File metadata and controls

39 lines (22 loc) · 819 Bytes

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.