MPPlayableContentDataSource_Extensions.GetContentItemAsync Method

Definition

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public static System.Threading.Tasks.Task<MediaPlayer.MPContentItem> GetContentItemAsync (this MediaPlayer.IMPPlayableContentDataSource This, string identifier);
static member GetContentItemAsync : MediaPlayer.IMPPlayableContentDataSource * string -> System.Threading.Tasks.Task<MediaPlayer.MPContentItem>

Parameters

This
IMPPlayableContentDataSource

The instance on which this extension method operates.

identifier
String

Returns

Attributes

Applies to