SongInfo
struct SongInfoThis struct will contain information about a song in our media library.
- 
                  
                  The title of the song DeclarationSwift var songTitle: String
- 
                  
                  The name of the song artist DeclarationSwift var artistName: String
- 
                  
                  The title of the album on which the song is found DeclarationSwift var albumTitle: String
- 
                  
                  The URL to the song resource in the library DeclarationSwift var resourceURI: String!
- 
                  
                  This is a text description of the song DeclarationSwift var description: String { get }
 View on GitHub
            View on GitHub
           SongInfo Structure Reference
      SongInfo Structure Reference