MPMediaLibrary.GetPlaylistAsync Method

Definition

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<MediaPlayer.MPMediaPlaylist> GetPlaylistAsync (Foundation.NSUuid uuid, MediaPlayer.MPMediaPlaylistCreationMetadata creationMetadata);
abstract member GetPlaylistAsync : Foundation.NSUuid * MediaPlayer.MPMediaPlaylistCreationMetadata -> System.Threading.Tasks.Task<MediaPlayer.MPMediaPlaylist>
override this.GetPlaylistAsync : Foundation.NSUuid * MediaPlayer.MPMediaPlaylistCreationMetadata -> System.Threading.Tasks.Task<MediaPlayer.MPMediaPlaylist>

Parameters

uuid
NSUuid
creationMetadata
MPMediaPlaylistCreationMetadata

To be added.This parameter can be .

Returns

A task that represents the asynchronous GetPlaylist operation. The value of the TResult parameter is of type System.Action<MediaPlayer.MPMediaPlaylist,Foundation.NSError>.

Attributes

Remarks

The GetPlaylistAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.

To be added.

Applies to