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

返回

属性

适用于