次の方法で共有


AVQueuePlayer.CanInsert(AVPlayerItem, AVPlayerItem) メソッド

定義

要求された挿入が許可されているかどうかを取得します。

[Foundation.Export("canInsertItem:afterItem:")]
public virtual bool CanInsert (AVFoundation.AVPlayerItem item, AVFoundation.AVPlayerItem afterItem);
abstract member CanInsert : AVFoundation.AVPlayerItem * AVFoundation.AVPlayerItem -> bool
override this.CanInsert : AVFoundation.AVPlayerItem * AVFoundation.AVPlayerItem -> bool

パラメーター

afterItem
AVPlayerItem

追加する。

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

戻り値

属性

適用対象