Interface: IPicture

July 9, 2022 · View on GitHub

node-taglib-sharp / Exports / IPicture

Interface: IPicture

Interface that provides generic information about a picture, including its contents, as used by various formats.

Implemented by

Table of contents

Properties

Properties

data

data: ByteVector

Gets and sets the picture data stored in the current instance.


description

description: string

Gets and sets a description of the picture stored in the current instance. Optional.


filename

filename: string

Gets and sets a filename of the picture stored in the current instance. Optional.


mimeType

mimeType: string

Gets and sets the mime-type of the picture data stored in the current instance.


type

type: PictureType

Gets and sets the type of the content visible in the picture stored in the current instance.