Skip to content

Latest commit

 

History

History
63 lines (36 loc) · 1.3 KB

File metadata and controls

63 lines (36 loc) · 1.3 KB

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.