AVPlayerItem.FromUrl(NSUrl) Method

Definition

Factory method that creates an AVPlayerItem for the asset at the given URL.

[Foundation.Export("playerItemWithURL:")]
public static AVFoundation.AVPlayerItem FromUrl (Foundation.NSUrl URL);
static member FromUrl : Foundation.NSUrl -> AVFoundation.AVPlayerItem

Parameters

URL
NSUrl

Returns

Attributes

Applies to