Windows.Media.Playlists.PlaylistsContract
Provides access to a media playlist.
Creates a new instance of a Playlist object.
The set of media files that make up the playlist.
The list of media files that make up the playlist.
Asynchronously loads files into a playlist.
Represents the files to load.
Represents the asynchronous operation for loading the playlist. The GetResults method of this IAsyncOperation object returns the playlist.
Asynchronously saves the playlist to a specified file and folder.
The folder in which to save the playlist.
The name of the playlist to save.
The action to take if the playlist is saved to an existing file. One of the values of the NameCollisionOption enumeration.
Represents the asynchronous operation to save the playlist to a specified file and folder.
Asynchronously saves the playlist to a specified file and folder, in a specified format.
The folder in which to save the playlist.
The name of the playlist to save.
The action to take if the playlist is saved to an existing file. One of the values of the NameCollisionOption enumeration.
The playlist format. One of the values of the PlaylistFormat enumeration.
Represents the asynchronous operation to save the playlist to a specified file and folder.
Asynchronously saves the playlist.
Represents the asynchronous action to save the playlist.
Indicates the format of a playlist file.
M3U playlist.
Windows Media playlist.
Zune playlist.