AVPlayer.FromPlayerItem(AVPlayerItem) 方法

定义

用于为指定的 item创建 的AVPlayer工厂方法。

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

参数

item
AVPlayerItem

将成为 AVPlayerItemCurrentItem

此参数可以为 null

返回

属性

适用于