AVPlayerItem.FromUrl(NSUrl) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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