Item
struct Item: Identifiable
The structure of a media item
-
The iD of the item
Declaration
Swift
var id = UUID()
-
The kind of media
Declaration
Swift
var kind: Kind = .audio
-
The title of the media
Declaration
Swift
var title: String = "Chord Provider"
-
The subtitle of the media
Declaration
Swift
var subtitle: String = "Media"
-
The optional URL of the media
Declaration
Swift
var url: URL?