PartOfTotal

public struct PartOfTotal : Equatable

A struct to represent a simplified version frames that contain a position (disc position, record position etc.). Used only as return type inside ID3TagContentReader.

  • The position of the element in the total.

    Declaration

    Swift

    public let position: Int
  • The number of elements.

    Declaration

    Swift

    public let total: Int?