Skip to content

Latest commit

 

History

History
63 lines (35 loc) · 1.44 KB

WaveFileSettings.md

File metadata and controls

63 lines (35 loc) · 1.44 KB

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

TagTypes

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