Structures
The following structures are available globally.
-
A struct used to represent an image as attached picture for the ID3 tag.
See moreDeclaration
Swift
public struct AttachedPicture : Equatable
-
A struct used to represent a genre to be used in the ID3 tag.
See moreDeclaration
Swift
public struct Genre : Equatable
-
A struct used to represent the recording date for the ID3 tag.
See moreDeclaration
Swift
public struct RecordingDate
-
A struct used to represent the recording time for the ID3 tag.
See moreDeclaration
Swift
public struct RecordingTime
-
A struct used to represent the recording date and time for the ID3 tag.
See moreDeclaration
Swift
public struct RecordingDateTime
-
A struct that describes the properties of a tag.
See moreDeclaration
Swift
public struct TagProperties
-
A struct used to represent the track position in the original recordings for the ID3 tag.
See moreDeclaration
Swift
public struct TrackPositionInSet : Equatable