共用方式為


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

傳回

屬性

適用於