ID3PictureType

public enum ID3PictureType : UInt8, Equatable, Hashable, CaseIterable

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