node-taglib-sharp / Exports / 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.
• new OggFileSettings()
• 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.
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.
Name | Type |
---|---|
value |
boolean |
void