PictureType enum

Represents the type of the attached picture.

Inheritance

Constructors

PictureType()
const

Values

other → const PictureType

Everything that doesn't fit the other categories.

Used by default when the type of the picture

fileIcon → const PictureType

A 32x32 pixels icon, png only (v2.3.0, 4.15).

otherFileIcon → const PictureType

Another fileIcon.

frontCover → const PictureType

The front cover of the album.

backCover → const PictureType

The back cover of the album.

leafletPage → const PictureType

The leaflet page.

media → const PictureType
soloist → const PictureType

Lead artist/lead performer/soloist.

artist → const PictureType

Artist or performer.

conductor → const PictureType

Conductor.

band → const PictureType

Band or orchestra.

composer → const PictureType

Composer.

lyricist → const PictureType

Lyricist.

location → const PictureType

Recording Location.

recording → const PictureType

During recording.

performance → const PictureType

During performance.

screenCapture → const PictureType

Movie/video screen capture.

brightColouredFish → const PictureType

A bright coloured fish, I guess. It's in the doc.

illustration → const PictureType

An illustration.

artistLogotype → const PictureType

Band/artist logotype.

studioLogotype → const PictureType

Publisher/Studio logotype.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<PictureType>
A constant List of the values in this enum, in order of their declaration.