Class: WaveFileSettings
October 29, 2023 · View on GitHub
node-taglib-sharp / Exports / WaveFileSettings
Class: 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.
Table of contents
Constructors
Properties
Accessors
Constructors
constructor
• new WaveFileSettings()
Properties
SUPPORTED_TAG_TYPES
▪ Static Readonly SUPPORTED_TAG_TYPES: number
The types of tags that are supported by WAV files.
Accessors
defaultTagTypes
• 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.
Returns
• 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.
Parameters
| Name | Type |
|---|---|
value | TagTypes |
Returns
void