共用方式為


AVPlayer.FromPlayerItem(AVPlayerItem) 方法

定義

建立 AVPlayer 指定 item 之 的 Factory 方法。

[Foundation.Export("playerWithPlayerItem:")]
public static AVFoundation.AVPlayer FromPlayerItem (AVFoundation.AVPlayerItem item);
static member FromPlayerItem : AVFoundation.AVPlayerItem -> AVFoundation.AVPlayer

參數

item
AVPlayerItem

AVPlayerItem 變成 的 CurrentItem

這個參數可以是 null

傳回

屬性

適用於