AttachedPicture

public struct AttachedPicture : Equatable

A struct to represent a simplified version of the attached picture frame and its content. Used only as return type inside ID3TagContentReader.

  • The image bytes as Data.

    Declaration

    Swift

    public let picture: Data
  • The image format.

    Declaration

    Swift

    public let format: ID3PictureFormat
  • The image type as reported in the ID3 tag standard.

    Declaration

    Swift

    public let type: ID3PictureType