SFBAttachedPictureType
enum SFBAttachedPictureType : NSUInteger {}
The function or content of a picture
-
A type not otherwise enumerated
Declaration
Objective-C
SFBAttachedPictureTypeOther = 0x00
-
32x32 PNG image that should be used as the file icon
Declaration
Objective-C
SFBAttachedPictureTypeFileIcon = 0x01
-
File icon of a different size or format
Declaration
Objective-C
SFBAttachedPictureTypeOtherFileIcon = 0x02
-
Front cover image of the album
Declaration
Objective-C
SFBAttachedPictureTypeFrontCover = 0x03
-
Back cover image of the album
Declaration
Objective-C
SFBAttachedPictureTypeBackCover = 0x04
-
Inside leaflet page of the album
Declaration
Objective-C
SFBAttachedPictureTypeLeafletPage = 0x05
-
Image from the album itself
Declaration
Objective-C
SFBAttachedPictureTypeMedia = 0x06
-
Picture of the lead artist or soloist
Declaration
Objective-C
SFBAttachedPictureTypeLeadArtist = 0x07
-
Picture of the artist or performer
Declaration
Objective-C
SFBAttachedPictureTypeArtist = 0x08
-
Picture of the conductor
Declaration
Objective-C
SFBAttachedPictureTypeConductor = 0x09
-
Picture of the band or orchestra
Declaration
Objective-C
SFBAttachedPictureTypeBand = 0x0A
-
Picture of the composer
Declaration
Objective-C
SFBAttachedPictureTypeComposer = 0x0B
-
Picture of the lyricist or text writer
Declaration
Objective-C
SFBAttachedPictureTypeLyricist = 0x0C
-
Picture of the recording location or studio
Declaration
Objective-C
SFBAttachedPictureTypeRecordingLocation = 0x0D
-
Picture of the artists during recording
Declaration
Objective-C
SFBAttachedPictureTypeDuringRecording = 0x0E
-
Picture of the artists during performance
Declaration
Objective-C
SFBAttachedPictureTypeDuringPerformance = 0x0F
-
Picture from a movie or video related to the track
Declaration
Objective-C
SFBAttachedPictureTypeMovieScreenCapture = 0x10
-
Picture of a large, coloured fish
Declaration
Objective-C
SFBAttachedPictureTypeColouredFish = 0x11
-
Illustration related to the track
Declaration
Objective-C
SFBAttachedPictureTypeIllustration = 0x12
-
Logo of the band or performer
Declaration
Objective-C
SFBAttachedPictureTypeBandLogo = 0x13
-
Logo of the publisher (record company)
Declaration
Objective-C
SFBAttachedPictureTypePublisherLogo = 0x14