Class ISN_MPMediaItem
A collection of properties that represents a single item contained in the media library. https://developer.apple.com/documentation/mediaplayer/mpmediaitem?language=objc
Inheritance
System.Object
ISN_MPMediaItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.iOS.MediaPlayer
Assembly: cs.temp.dll.dll
Syntax
public class ISN_MPMediaItem
Properties
AlbumTitle
The title of an album, such as “Live On Mars”, as opposed to the title of an individual song on the album, such as “Crater Dance (radio edit)”.
Declaration
public string AlbumTitle { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Artist
The performing artist(s) for a media item—which may vary from the primary artist for the album that a media item belongs to.
Declaration
public string Artist { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Composer
The musical composer for the media item.
Declaration
public string Composer { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Genre
The musical or film genre of the media item.
Declaration
public string Genre { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Lyrics
The lyrics for the media item.
Declaration
public string Lyrics { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Title
The title (or name) of the media item.
Declaration
public string Title { get; }
Property Value
| Type | Description |
|---|---|
| System.String |