node-taglib-sharp / Exports / ReadStyle
Specifies the options to use when reading the media. Can be treated as flags.
• Average = 2
The media properties will be read with average accuracy.
• None = 0
The media properties will not be read.
• 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.