ID3FrameRecordingYear
public class ID3FrameRecordingYear : ID3Frame, CustomDebugStringConvertible
A class used to represent an ID3 recording year frame to be used in the ID3 tag. Valid only for ID3 tag version 2.3 and 2.2.
-
Recording year of the song.
Declaration
Swift
public let year: Int?
-
ID3FrameRecordingYear description, useful for debug.
Declaration
Swift
public var debugDescription: String { get }
-
Init an ID3 recording year frame.
Declaration
Swift
public init(year: Int?)
Parameters
year
a year as int.