次の方法で共有


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

AVPlayerItemになる CurrentItem

このパラメーターは、null に設定できます。

戻り値

属性

適用対象