共用方式為


AVPlayer.FromUrl(NSUrl) 方法

定義

建立位於指定 URL 之媒體資產的 Factory 方法 AVPlayer

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

參數

URL
NSUrl

包含可播放媒體資產的 URL。

傳回

屬性

適用於