ID3PictureFormat

public enum ID3PictureFormat : Equatable, Hashable, CaseIterable

The attached picture format supported by the ID3 tag.

  • Jpeg image.

    Declaration

    Swift

    case jpeg
  • png

    Png image.

    Declaration

    Swift

    case png