Genre

public struct Genre : Equatable

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

  • The genre identifier as reported in the ID3 standard.

    Declaration

    Swift

    public let identifier: ID3Genre?
  • The genre description.

    Declaration

    Swift

    public let description: String?