node-taglib-sharp / Exports / IPicture
Interface that provides generic information about a picture, including its contents, as used by various formats.
• data: ByteVector
Gets and sets the picture data stored in the current instance.
• description: string
Gets and sets a description of the picture stored in the current instance. Optional.
• filename: string
Gets and sets a filename of the picture stored in the current instance. Optional.
• mimeType: string
Gets and sets the mime-type of the picture data stored in the current instance.
• type: PictureType
Gets and sets the type of the content visible in the picture stored in the current instance.