Structures

The following structures are available globally.

  • A struct used to represent the recording date for the ID3 recording date time frame.

    See more

    Declaration

    Swift

    public struct RecordingDate : CustomDebugStringConvertible
  • A struct used to represent the recording time for the ID3 recording date time frame.

    See more

    Declaration

    Swift

    public struct RecordingTime : CustomDebugStringConvertible
  • A struct used to represent the recording date and time for the ID3 recording date time frame.

    See more

    Declaration

    Swift

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

    See more

    Declaration

    Swift

    public struct Genre : 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.

    See more

    Declaration

    Swift

    public struct PartOfTotal : Equatable
  • A struct to represent a simplified version of same frames that contain day and month data. Used only as return type inside ID3TagContentReader.

    See more

    Declaration

    Swift

    public struct DayMonth : Equatable
  • A struct to represent a simplified version of same frames that contain hour and minute data. Used only as return type inside ID3TagContentReader.

    See more

    Declaration

    Swift

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

    See more

    Declaration

    Swift

    public struct AttachedPicture : Equatable
  • A struct to represent a simplified version of frames that contain localized content. Used only as return type inside ID3TagContentReader.

    See more

    Declaration

    Swift

    public struct LocalizedContent : Equatable
  • A struct to represent a simplified version of same frames that contain datetime data. Used only as return type inside ID3TagContentReader.

    See more

    Declaration

    Swift

    public struct DateTime : Equatable
  • A struct that describes the properties of a tag.

    See more

    Declaration

    Swift

    public struct ID3TagProperties