Skip to content

Latest commit

 

History

History
63 lines (35 loc) · 1.43 KB

AviFileSettings.md

File metadata and controls

63 lines (35 loc) · 1.43 KB

node-taglib-sharp / Exports / AviFileSettings

Class: AviFileSettings

This class contains settings related to AVI 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 AviFileSettings()

Properties

SUPPORTED_TAG_TYPES

Static Readonly SUPPORTED_TAG_TYPES: number

The types of tags that are supported by AVI files.

Accessors

defaultTagTypes

Static get defaultTagTypes(): TagTypes

Gets the default types of tags for an AVI 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 AVI 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 AVI files.

Parameters

Name Type
value TagTypes

Returns

void