Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 1.3 KB

OggFileSettings.md

File metadata and controls

60 lines (34 loc) · 1.3 KB

node-taglib-sharp / Exports / OggFileSettings

Class: OggFileSettings

This class contains settings related to Ogg file operations. Open files will need to be re-read in order for changes to take effect.

Table of contents

Constructors

Accessors

Constructors

constructor

new OggFileSettings()

Accessors

writeToAllComments

Static get writeToAllComments(): boolean

Gets whether changes to Ogg tag fields should be written to all Xiph comments or just the first Xiph comment in the file.

Remarks

Ogg files are required to have one Xiph comment per stream. In files with multiple streams, this means there are multiple Xiph comments per file.

Returns

boolean

Static set writeToAllComments(value): void

Sets whether changes to Ogg tag fields should be written to all Xiph comments or just the first Xiph comment in the file.

Remarks

Ogg files are required to have one Xiph comment per stream. In files with multiple streams, this means there are multiple Xiph comments per file.

Parameters

Name Type
value boolean

Returns

void