node-taglib-sharp / Exports / WaveFileSettings
This class contains settings related to WAV file operations. Open files will need to be re-read in order for changes to take effect.
• new WaveFileSettings()
▪ Static
Readonly
SUPPORTED_TAG_TYPES: number
The types of tags that are supported by WAV files.
• Static
get
defaultTagTypes(): TagTypes
Gets the default types of tags for an WAV file. When opening a file, if these tag types do not exist on the file, they will be created.
• Static
set
defaultTagTypes(value
): void
Sets the default types of tags for an WAV file. When opening a file, if these tag types do not exist on the file, they will be created. See SUPPORTED_TAG_TYPES for a list of tag types that are supported by node-taglib-sharp for WAV files.
Name | Type |
---|---|
value |
TagTypes |
void