MediaItem
Constructors
MediaItem
MediaItem item = new MediaItem(UriType.RemoteURL, "http://example.com/media.mp3");
Properties
Index
int index = item.Index; item.Index = 1;
PlaylistIndex
MetadataState
DownloadDirectory
MetadataType
Metadata
Uri
UriType
Title
Artist
Genre
ReleaseDate
AlbumTitle
AlbumArtist
Artwork
SerializedMediaItem
Methods
RetrieveMetadata
SetMetadata
MetadataWarning
Example Usage
Last updated