Structures
The following structures are available globally.
-
A struct used to represent the recording date for the ID3 recording date time frame.
See moreDeclaration
Swift
public struct RecordingDate : CustomDebugStringConvertible
-
A struct used to represent the recording time for the ID3 recording date time frame.
See moreDeclaration
Swift
public struct RecordingTime : CustomDebugStringConvertible
-
A struct used to represent the recording date and time for the ID3 recording date time frame.
See moreDeclaration
Swift
public struct RecordingDateTime : CustomDebugStringConvertible
-
A struct that describes the properties of a tag.
See moreDeclaration
Swift
public struct ID3TagProperties