Contains classes to enumerate, play, and view songs, albums, playlists, and pictures.
Classes
.png) |
Album |
Provides access to an album in the media library. |
.png) |
AlbumCollection |
A collection of albums in the media library. |
.png) |
Artist |
Provides access to artist information in the media library. |
.png) |
ArtistCollection |
The collection of all artists in the media library. |
.png) |
Genre |
Provides access to genre information in the media library. |
.png) |
GenreCollection |
The collection of all genres in the media library. |
.png) |
MediaLibrary |
Provides access to songs, playlists, and pictures in the device's media library. |
.png) |
MediaPlayer |
Provides methods and properties to play, pause, resume, and stop songs. MediaPlayer also exposes shuffle, repeat, volume, play position, and visualization capabilities. |
.png) |
MediaQueue |
Provides methods and properties to access and control the queue of playing songs. |
.png) |
MediaSource |
Provides methods and properties to access the source or sources from which the media will be read. |
.png) |
Picture |
Provides access to a picture in the media library. |
.png) |
PictureAlbum |
Provides access to a picture album in the media library. |
.png) |
PictureAlbumCollection |
A collection of picture albums in the media library. |
.png) |
PictureCollection |
A collection of pictures in the media library. |
.png) |
Playlist |
Provides access to a playlist in the media library. |
.png) |
PlaylistCollection |
A collection of playlists in the media library. |
.png) |
Song |
Provides access to a song in the song library. |
.png) |
SongCollection |
A collection of songs in the song library. |
.png) |
Video |
Represents a video. |
.png) |
VideoPlayer |
Provides methods and properties to play back, pause, resume, and stop video. VideoPlayer also exposes repeat, volume, and play position information. |
.png) |
VisualizationData |
Encapsulates visualization (frequency and sample) data for the currently-playing song. |
Enumerations