ID3PictureType
public enum ID3PictureType : UInt8, Equatable
An enum that describes the ID3 picture type supported.
-
Other image.
Declaration
Swift
case Other = 0x00
-
File icon image.
Declaration
Swift
case fileIcon = 0x01
-
Other file icon image.
Declaration
Swift
case OtherFileIcon = 0x02
-
Front cover image.
Declaration
Swift
case FrontCover = 0x03
-
Back cover image.
Declaration
Swift
case BackCover = 0x04
-
LeafketPage image.
Declaration
Swift
case LeafletPage = 0x05
-
Media image.
Declaration
Swift
case Media = 0x06
-
Lead artist image image.
Declaration
Swift
case LeadArtistLeadPerformerSoloist = 0x07
-
Artist image image.
Declaration
Swift
case ArtistPerformer = 0x08
-
Conductor image.
Declaration
Swift
case Conductor = 0x09
-
Orchestra/band image.
Declaration
Swift
case BandOrchestra = 0x0A
-
Composer image.
Declaration
Swift
case Composer = 0x0B
-
Lyricist Text Writer image.
Declaration
Swift
case LyricistTextWriter = 0x0C
-
Recording location image.
Declaration
Swift
case RecordingLocation = 0x0D
-
During recording image.
Declaration
Swift
case DuringRecording = 0x0E
-
Performance image.
Declaration
Swift
case DuringPerformance = 0x0F
-
Movie image.
Declaration
Swift
case MovieVideoScreenCapture = 0x10
-
ABrightColouredFish image.
Declaration
Swift
case ABrightColouredFish = 0x11
-
Illustration image.
Declaration
Swift
case Illustration = 0x12
-
Band logo image.
Declaration
Swift
case BandArtistLogotype = 0x13
-
Publisher logo image.
Declaration
Swift
case PublisherStudioLogotype = 0x14
-
Compare two ID3PictureType.
Declaration
Swift
public static func == (lhs: ID3PictureType, rhs: ID3PictureType) -> Bool
Parameters
lhs
left side of compare operation.
rhs
right side of compare operation.
Return Value
true if the picture types are the same, else false.